etcodbcinstini
Etcodbcinstini is a term that can refer to the system-wide ODBC driver installation configuration file, commonly located at /etc/odbcinst.ini on Unix-like systems. This file is used by ODBC driver managers such as unixODBC and iODBC to register and describe the database drivers available to the system.
The file uses an INI-like format. Each installed driver is represented by a section named after the
Location and access vary by platform. On many Linux and Unix systems, the standard location is /etc/odbcinst.ini.
Relation to DSNs: DSNs defined in odbc.ini reference drivers defined in odbcinst.ini, linking a data source
See also: ODBC, unixODBC, iODBC, odbc.ini, data source name.