Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Open Database Connectivity
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===JDBC-to-ODBC (JDBC-ODBC) bridges=== A JDBC-ODBC bridge consists of a [[JDBC driver]] which employs an ODBC driver to connect to a target database. This driver translates JDBC [[Method (computer science)|method]] calls into ODBC function calls. Programmers usually use such a bridge when a given database lacks a JDBC driver, but is accessible through an ODBC driver. [[Sun Microsystems]] included one such bridge in the [[JVM]], but viewed it as a stop-gap measure while few JDBC drivers existed (The built-in JDBC-ODBC bridge was dropped from the JVM in Java 8<ref>{{cite web |title=Java JDBC API |url=https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc |website=docs.oracle.com |access-date=18 December 2018 |ref=31 }}</ref>). Sun never intended its bridge for production environments, and generally recommended against its use. {{As of|2008}} independent data-access vendors deliver JDBC-ODBC bridges which support current standards for both mechanisms, and which far outperform the JVM built-in.{{Citation needed|date=July 2008}} Examples: [https://uda.openlinksw.com/jdbc-odbc-st/ OpenLink JDBC-ODBC Bridge], [https://www.progress.com/jdbc/sequelink SequeLink JDBC-ODBC Bridge], [https://zappysys.com/products/odbc-powerpack/odbc-jdbc-bridge-driver/ ZappySys JDBC-ODBC Bridge].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)