Reputation: 1
i have java 8 and sql server 2008 i know that my connection code is 100% right because same code is working on another system that have install previous version of java 8 but still i got error java.lang.ClassNotFoundException sun.jdbc.odbc.JdbcOdbcDriver
after running code please help me!!
Upvotes: 0
Views: 101
Reputation: 1737
In Java 8 you cannot use the JDBC-ODBC Bridge. Java8 does not support it. I dont know how you got it to work the other time. You have to use UCanAccess to do it.
Upvotes: 1