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

点点圈 提交于 2019-12-02 06:29:38

问题


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?


回答1:


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

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



来源:https://stackoverflow.com/questions/22751071/jdbc-odbc-bridge-removed-in-java-8-what-is-the-best-alternative

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!