iODBC
iODBC is an open-source ODBC driver manager that provides the runtime support required by ODBC applications to interact with database drivers. It implements the ODBC API at runtime, locating and loading database-specific ODBC drivers and managing data source connections through configuration files.
The project was developed to offer a portable, open alternative to proprietary ODBC managers, with emphasis
Key components of iODBC include the Driver Manager library, a collection of command-line tools (such as isql
iODBC supports multi-architecture environments, including 32-bit and 64-bit setups, and strives for compatibility with the ODBC
In practice, iODBC is one of the competing ODBC manager options on many systems, alongside projects like