Content deleted Content added
No edit summary |
No edit summary |
||
Line 9:
A [[JDBC-ODBC Bridge]] is a [[JDBC]] [[driver]] which employs the ODBC driver to connect to the database. This driver translates JDBC method calls into ODBC function calls. Such a bridge is usually used when there is no [[JDBC]] driver available for a particular database. Sun included one such bridge in the [[JVM]], but this was intended as a stop-gap measure while JDBC Drivers were in short supply, was never meant for production use, and Sun generally recommends against its use. Independent data access vendors now deliver JDBC-ODBC Bridges which support current standards for both mechanisms, and far outperform the JVM built-in.
[[iODBC]], or Independent Open DataBase Connectivity, is an [[open source]], platform-independent implementation of both the ODBC and X/Open specifications, generally used on platforms other than [[Microsoft Windows]]. The iODBC project is distributed under the LGPL and/or BSD License, and is maintained and supported by [http://
[[UnixODBC]] is a Driver Manager implementation for non MS Windows platforms. This is to include [[XFree86]] [[GUI]] support for both [[GNOME]] and [[KDE]]. UnixODBC is used by [[OpenOffice]].
Line 17:
*[http://www.roth.net/perl/odbc/conf/sld002.htm Presentation slides from www.roth.net]
*[http://www.iodbc.org/ The iODBC.org home page]
*[http://
*[http://www.odbc.org/ The unixODBC Project home page]
|