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 ODBC Client installed on a Linux machine in a client/server configuration:
\[ODBC Data Sources\]
SALESDB=DataDirect OpenAccess SDK 9.0
\[SALESDB\]
Driver=*path_of_installdir*/lib/ivoa27.so
Description=DataDirect OpenAccess SDK 9.0
Host=localhost
Port=20092
Encrypted=0
LoadBalancing=0
AlternateServers=
ConnectionRetryCount=0
ConnectionRetryDelay=3
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 ODBC Client installation directory.