Tuesday, 12 July 2016

[JDBC] java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver Exception occuring

JDBC-ODBC Bridge has been removed since Java 8. If you want to use JDBC-ODBC driver, you should run on below Java 7. If had been used JDBC-ODBC driver for interfacing with  Microsoft Access database, you can use 'UCanAccess' library that is open-source pure java JDBC driver.

http://ucanaccess.sourceforge.net/site.html

No comments:

Post a Comment