Content deleted Content added
bypass redirect |
mNo edit summary |
||
Line 3:
ODBC is a native interface that is accessed through a language that can make calls into a [[native library]]. In case of the [[Microsoft Windows|Windows]] platform, this library is a [[DLL]]. [[Microsoft]] Windows was the first to provide an ODBC product. Now versions exist for [[UNIX]], [[OS/2]], and [[Apple Macintosh|Macintosh]] platforms as well.
In addition to the ODBC software, a separate module or [[
Most current DBMSs support ODBC which means that [[
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. The bridge is usually used when there is no [[JDBC]] driver available for a particular database.
|