|
-
August 16th, 1999, 06:06 AM
#1
java Database connection
Hello,
I am using VJ++ 6.0 ,I want to connect to the MS Access Database,I have used
Class.forName("java.jdbc.odbc.JdbcOdbc");
String url = "jdbc dbc:test";
Connection con = DriverManager.getConnection(url);
for establishing the connectivity with Access Database,but I am getting an exception as java.lang.classNotFoundException:java/jdbc/odbc/JdbcOdbc;
So please tell me how to set the DSN in the 32-bit ODBC Driver from control panel in detail.
waiting for your reply
sachin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|