You are not logged in.

  • "flaviofornazier" started this thread

Posts: 4

Date of registration: Jul 30th 2014

  • Send private message

1

Monday, August 4th 2014, 4:30am

Java 8/JDBC-ODBC Bridge will no longer be included with the JDK?

Starting with Java 8, the JDBC-ODBC Bridge will no longer be included with the JDK?
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); // classNotFoundException is thrown
Is there any other recommended solution to Jabaco software that uses this class?
Thank you in advanced.

Dani

Intermediate

Posts: 325

Date of registration: Nov 19th 2009

Location: GERMANY

  • Send private message

2

Tuesday, August 19th 2014, 10:59am

Hey there,

thanks for bringing this up!
I do not have a direct answer, but this might be interesting:

http://docs.oracle.com/javase/7/docs/tec…dbc/bridge.html

http://stackoverflow.com/questions/14229…ridge-in-java-8


Dani


PS: I am using Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") to connect to Access and I might try the mentioned Jackcess library.

  • "flaviofornazier" started this thread

Posts: 4

Date of registration: Jul 30th 2014

  • Send private message

3

Monday, September 15th 2014, 7:10am

Thank you very much Mr.Dani!

Rate this thread
WoltLab Burning Board