0

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!!

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.