I am tryin to to setup an application to connect to MS Access without having to setup DSN from control panel every time that take the application to another machine.
this is the Driver code but it's not working ... Any Suggestion!!!
Thanks,
Kiwuji
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"
; //Driver
String URL = "jdbc
dbc:;DRIVER=Microsoft Access Driver (*.mdb);DBQ= ." +
File.separatorChar + "Database" + File.separatorChar + "MP3Files.mdb";
this is the Driver code but it's not working ... Any Suggestion!!!
Thanks,
Kiwuji
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"
String URL = "jdbc
File.separatorChar + "Database" + File.separatorChar + "MP3Files.mdb";