Environment variables
There are four environment variables that you must set for the driver.
The following list describes environment variables that you must
set for the driver. For more information about environment variables,
see the HCL OneDB™ Guide to SQL:
Reference.
- INFORMIXDIR
- Full path of the directory where the HCL
OneDB Client Software Development Kit is
installed.
On Windows™ platforms, INFORMIXDIR is a registry setting rather than an environment variable. It is set during installation.
- PATH
- Directories that are searched for executable programs. Your PATH setting must include the path to your $INFORMIXDIR/bin directory.
- DBCENTURY (optional)
- Controls the setting of year values. DBCENTURY affects
a client program when a user issues a statement that contains a date
or datetime string that specifies only the last two digits of the
year. For example:
insert into datetable (datecol) values ("01/01/01");
The database server stores the date specified in this statement as either 01-01-1901 or 01-01-2001, depending on the DBCENTURY value on the client.
- GL_DATE (optional)
- GL_DATE controls the interpretation of dates.
For example, you can specify whether the date format is
mm-dd-yyyy
oryyyy-mm-dd
.