Nucleus ODBC Setup Guide for UNIX Clients

 

Previous Topic:
Nucleus ODBC Driver Files
Chapter Index
Next Topic:
Entries in the odbc.ini and nucleus.ini Files

 

Setting Environment Variables for the ODBC Driver


In the
.profile (Korn and Bourne shell) or .cshrc (C shell) file, include the following entries after the NUCLEUS entry:
Korn and Bourne shell:

ODBCINI=/<path to the odbc.ini file, including file name>
export
ODBCINI

C shell:

setenv ODBCINI /<path to the odbc.ini file, including file name>