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 = "jdbcdbc: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