Giới Thiệu · iODBC Driver Manager, Administrator, SDK
iODBC stands for Independent Open Database Connectivity. Commonly considered to be specific to Linux or UNIX platforms, iODBC is a truly platform-independent Open Source implementation of ODBC.
The iODBC effort is managed via the iODBC project, which is maintained and supported by Openlink Software.
iODBC and ODBC are 100% compatible. Thus, migration of ODBC-compliant applications and drivers across platforms does not require wholesale rewrites.
The iODBC SDKs for the Mac provide support for Cocoa, Carbon, Darwin, and Classic development. Like ODBC on the Windows platform, iODBC comprises the following:
Runtime resources
- ODBC Drivers -- Simply, Drivers that implement the ODBC API.
- iODBC Driver Manager -- The Driver Manager is implemented as a Framework under Mac OS X; a Shared Library under Darwin, Linux, UNIX and OpenVMS; and a Code Fragment under Mac OS 9.
- iODBC Administrator -- iODBC provides the native GUI-based OpenLink ODBC Administrator for Mac OS 9 and Mac OS X. The HTTP-based OpenLink ODBC Administrator is also available for all iODBC-supported client platforms except the Classic Mac OS.
Development resources
- iODBC SDK -- Used by developers for the development of ODBC-compliant database applications and drivers, the iODBC SDK includes all necessary Header Files and Shared and Static Link Libraries, as well as the library sources.