Sun Jdbc Odbc Jdbcodbcdriver Download Jar

Active3 years, 6 months ago

Just remember that sun.jdbc.odbc.JdbcOdbcDriver is a standard class from JDK API. In mysql-connector-java-5.1.23-bin.jar. JdbcOdbcDriver class. To Download the.

I downloaded jdk8u40 and now I get:

where mysqlDB is my data source name.

I use:

as connection strings. I have downloaded and installed driver:

mysql-connector-odbc-5.3.4-winx64.msi

Sun Jdbc Odbc Jdbcodbcdriver Download Jar

I read in your forums that the jdbc-odbc bridge is no longer supported in jdk 1.8.Any help appreciated.

skaffman
353k91 gold badges747 silver badges734 bronze badges
JimmyJimmy

2 Answers

The JDBC-ODBC bridge is no longer shipped/supported with JDK 8, hence the errors:

The JDBC-ODBC Bridge should be considered a transitional solution; it will be removed in JDK 8. In addition, Oracle does not support the JDBC-ODBC Bridge. Oracle recommends that you use JDBC drivers provided by the vendor of your database instead of the JDBC-ODBC Bridge.

Jdbc Odbc Bridge Driver Download

Driver

If you're using Java, it would be better to use a JDBC driver instead of an ODBC driver, see here http://dev.mysql.com/downloads/connector/j/ for the MySQL JDBC driver.

skaffman

Sun Jdbc Odbc Jdbcodbcdriver Jar Download

353k91 gold badges747 silver badges734 bronze badges

Sun Jdbc Odbc Jdbcodbcdriver Jar

KylePorterKylePorter

In regards to the comment 'I read in your forums that the jdbc-odbc bridge is no longer supported in jdk 1.8. Any help appreciated.'

Sun.jdbc.odbc.jdbcodbcdriver Jar Download Java2s

Please note that can obtain JDBC-ODBC Type 1 Bridge Drivers from third parties. For example, OpenLink Software continues to provide an JDBC-ODBC Bridge Driver for past and current Java Virtual Machine editions:

Sun

Sun Jdbc Odbc Jdbc Odbc Driver Download

Kingsley Uyi IdehenKingsley Uyi Idehen

Download Sun Jdbc Odbc Jdbcodbcdriver Jar File For Ms Access

Not the answer you're looking for? Browse other questions tagged java-8jdbc-odbc or ask your own question.