1iODBC (intrinsic Open Database Connectivity) is an ODBC driver manager that
2is compatible with the ODBC 2.x and 3.x specifications.  It performs the
3standard tasks of a driver manager, i.e. driver loading, parameter and
4function sequence checking, driver function invocation, etc.
5
6Applications linked with the iODBC driver manager will be able - through ODBC
7function calls - to access simultaneously different types of data sources
8within one process through suitable ODBC drivers.
9
10iODBC is freely redistributable under either the GNU Library General Public
11Licence (LGPL) or the BSD licence.
12
13WWW:     https://www.iodbc.org/
14