Hi all
Plaese can anyone help me?
my small java program works fine with Access2000 database.
but when i tring to connect with servelet always end up with [Microsft][ODBC Driver Manager] data source not found and no default driver notspecified. the code beloe which i have used
try {
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"
;
String url = "jdbc
dbc://localhost:demotest";
con = DriverManager.getConnection ("jdbc
dbc://localhost/jdbc
dbc:demotest","shan","shan"
;
i have tried
("jdbc
dbc://localhost/demotest","shan","shan"
; as well same.
thanks
Plaese can anyone help me?
my small java program works fine with Access2000 database.
but when i tring to connect with servelet always end up with [Microsft][ODBC Driver Manager] data source not found and no default driver notspecified. the code beloe which i have used
try {
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"
String url = "jdbc
con = DriverManager.getConnection ("jdbc
i have tried
("jdbc
thanks