Removal of the JDBC-ODBC Bridge from Java SE 8 JDK

Posted by user12629431 on Oracle Blogs See other posts from Oracle Blogs or by user12629431
Published on Fri, 26 Oct 2012 14:14:37 +0000 Indexed on 2012/10/26 17:12 UTC
Read the original article Hit count: 257

Filed under:
Starting with Java SE 8, the JDBC-ODBC Bridge will no longer be included with the JDK. The JDBC-ODBC Bridge has always been considered transitional and a non-supported product[1] that was only provided with select JDK bundles and not included with the JRE.

The JDBC-ODBC bridge provides limited support for JDBC 2.0 and does not support more recent versions of the JDBC specification.

I would recommend that you use a JDBC driver provided by the vendor of your database or a commercial JDBC Driver instead of the JDBC-ODBC Bridge.

[1]http://docs.oracle.com/javase/7/docs/technotes/guides/jdbc/bridge.html.

© Oracle Blogs or respective owner

Related posts about /JDBC