Example: odbc.ini for Linux
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
The following code shows an example of an odbc.ini file for a 32-bit Local ODBC Client installed on a Linux machine:
[ODBC Data Sources]
SALESDB=DataDirect OpenAccess SDK 9.0
[SALESDB]
Driver=path_of_installdir/lib/ivoal27.so
Description=DataDirect OpenAccess SDK 9.0
ConfigFile=path_of_installdir/cfg/oadm.ini
ServiceName=OpenAccessSDK900_C
Encrypted=0
ServerDataSource=
CustomProperties=
[ODBC]
Trace=0
IANAAppCodePage=4
TraceFile=odbctrace.out
TraceDll=path_of_installdir/lib/ivtrc27.so
InstallDir=path_of_installdir
where path_of_installdir is the path to the Local ODBC Client installation directory. Note that the attribute Host specifies the configuration file name and the attribute Port is used to specify the service name.