I\'m working in a project in Java in Eclipse EE IDE where I have to query a .accdb file.
The problem is when I try to load the driver and then connect to the d
According to this post the JDBC-ODBC Bridge was removed in Java8. You can use a JDBC Driver specifically for Access. I see a lot of people mentioning UCanAccess to connect to Access although I have not used it myself.