Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
//System.out.println("Driver loaded");
String url = "jdbc:ucanaccess://"+path;
con = (Connection) DriverManager.getConnection(url);
I don't get any error or bugs & doesn't connect!?