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
/JDBC
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