Hello.I have problem.My app is working well on win 7 64 bit , but now i have win8 64bit and it doesnt want to connect to database.
con = DriverManager.getConnection( "jdbc: odbc: Driver={Microsoft Access Driver (*.mdb)};DBQ=" + DatabaseConnection.finalpath);
stmt = con.createStatement();
code of connection , working well on other machine what can be the problem