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
Oracle's (and Sun's) official position has long (since JDBC 1.0!) been that --
the [JVM-bundled] JDBC-ODBC Bridge should be considered a transitional solution [...] Oracle [was Sun] does not support the JDBC-ODBC Bridge.
However, my employer, OpenLink Software, has produced enterprise-grade commercial Type 1 Bridges between JDBC and ODBC since JVM 1.0, and current versions are fully compatible with the current JVM 1.8. You can learn more here --