Example: odbc64.ini for Solaris
  
   The following code shows an example of the odbc64.ini file for a 64-bit ODBC Client installed on a Solaris machine in a client/server configuration:
  
  
   [ODBC Data Sources]
  
  
   SALESDB=DataDirect OpenAccess SDK 8.1
  
  
    
  
  
   [AccountingDB]
  
  
   Driver=path_of_installdir/lib64/ivoa26.so
  
  
   Description=DataDirect OpenAccess SDK 8.1
  
  
   Host=localhost
  
  
   Port=19986
  
  
   UseLDAP=0
  
  
   DistinguishedName=
  
  
   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.