JDBC-ODBC Bridge Removed in Java 8, what is the best alternative?

djmordigal picture djmordigal · Mar 31, 2014 · Viewed 15.2k times · Source

Seeing as Oracle has removed the JDBC-ODBC Bridge driver in the latest release of Java (version 8), is there a good alternative that will enable us developers to access ODBC databases in Java 8?

Oracle is apparently recommending that we use vendor-specific JDBC drivers instead of the Bridge, which tells me that Microsoft should have its own JDBC driver for connecting to MS Access databases in Java.

http://docs.oracle.com/javase/7/docs/technotes/guides/jdbc/bridge.html

I'm currently looking into whether or not Microsoft has this technology available, but in the meantime, does anyone know if they do or if another alternative is available?

Answer

Gord Thompson picture Gord Thompson · Mar 31, 2014

does anyone know if ... another alternative is available [for Access]?

Yes. UCanAccess is a viable alternative. For more information look here.