I am starting using mysql and I made a java SimpleQuery servlet that is suppose to 
retreive one row from the database. However, when I try to connect I get that message 
from the Subject. I know I'm suppose to pass the password but can't seem to find a way 
of doing it. I was wondering if the problem was with those two lines or if it was in 
the tdx mysql driver default configuration in the ODBC.
 
Class c = Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); 
dbConn = DriverManager.getConnection("jdbc:odbc:TestDSN;");

I would appreciate if someone could help me to get my connection going.
Thank you very much
Luc Lalancette

Reply via email to