odbc.ini File Example
The following example shows portions of a Linux or UNIX
.odbc.ini file. Note that /disk1/timesten
is the timesten_home.
... [ODBC Data Sources] database1=TimesTen 26.1 Driver ... [database1] Driver=/disk1/timesten/lib/libtten.so DataStore=/disk1/timesten/sample_db/DemoDataStore/database1 PermSize=128 TempSize=64 DatabaseCharacterSet=AL32UTF8 CacheAdminWallet=1 ... ######################################################################## # This following sample definitions should be in the .odbc.ini file # that is used for the TimesTen 26.1 Client. # The Server Name is set in the TTC_SERVER attribute. # The Server DSN is set in the TTC_SERVER_DSN attribute. ######################################################################### [ODBC Data Sources] database1CS=TimesTen 26.1 Client Driver ... [database1CS] TTC_SERVER=localhost TTC_SERVER_DSN=database1 ...