Does anyone have any ideas of how to connect Access 2010 to java jdbc. I use this method, but when I call it, it doesn\'t work:
public void loadDb(){ try{
According to msdn it should be sun.jdbc.odbc.JdbcOdbcDriver. So replace this line of code:
sun.jdbc.odbc.JdbcOdbcDriver
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");