0

When use netbeans7.4 with JDK 8 (remove odbc jdbc driver) so how to link with MS access ??

When use method in previous version of jdk, catch this error

java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver

So how write driver and url in jdk8??

G.H
  • 11
  • 1
  • 2
  • 1
    UCanAccess seems to be working quite OK: http://ucanaccess.sourceforge.net/site.html – a_horse_with_no_name Dec 05 '13 at 13:51
  • possible duplicate of [java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver Exception occuring ? why?](http://stackoverflow.com/questions/22984438/java-lang-classnotfoundexception-sun-jdbc-odbc-jdbcodbcdriver-exception-occurin) – Mark Rotteveel Apr 29 '14 at 09:10
  • 2
    Possible duplicate of [Manipulating an Access database from Java without ODBC](http://stackoverflow.com/questions/21955256/manipulating-an-access-database-from-java-without-odbc) – Gord Thompson Oct 12 '15 at 00:35
  • You can use jdbc odbc classes from jre7 also in jre8 - see stackoverflow.com/a/34617075/2110961 – Frank M. Jan 11 '16 at 15:26

0 Answers0