Specifies the full path to the the odbc.ini file.
Syntax
ODBCINI=<path>
Usage
ODBCINI specifies the full path to the odbc.ini file. The odbc.ini file contains information about ODBC Data Source Names or DSN which are required to connect to databases, and configuration parameters, specific for the ODBC Driver.
ODBCINI should be set on Linux. On Windows, the odbc.ini file path is stored in the Registry.
ODBCINI applies at runtime (inet.env) and at compilation (env.properties).
Example:
Sets the full path to the odbc.ini file:
ODBCINI=/etc/odbc.ini