January 31st, 2000, 03:00 AM
am trying to connect to database using JdbcOdbc driver in the init mathod of a Servlet. I have tested the connection writting a test
java code. Connection is ok. But while executing Servlet it gives error:
SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
===================================
class.forName(sun.jdbc.odbc.JdbcOdbcDriver);
con = DriverManager.getConnection("jdbc:odbc:testmdb","bsw", "bsw");
sami_ulla@yahoo.com
java code. Connection is ok. But while executing Servlet it gives error:
SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
===================================
class.forName(sun.jdbc.odbc.JdbcOdbcDriver);
con = DriverManager.getConnection("jdbc:odbc:testmdb","bsw", "bsw");
sami_ulla@yahoo.com