Example: odbc64.ini for Linux
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
The following code shows an example of the odbc64.ini file for a 64-bit ODBC Client installed on a Linux machine in a client/server configuration:
[AccountingDB]
Driver=path_of_installdir/lib64/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/lib64/ddtrc27.so
InstallDir=path_of_installdir
where path_of_installdir is the path to the ODBC Client installation directory.