onnection:
>  // Class.forName("org.gjt.mm.mysql.Driver");

                        ^^^^^^^^^^^use this, it works.

>  conn = 
> 
> DriverManager.getConnection("jdbc:mysql_caucho://localhost/ticket"
                                                                   
localhost:PORT/DBNAME !!!! PORT = 3306 :-)

> ,"root@localhost","");
                        ^^^not a really good idea! if an external connect is possible.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to