Environment-Specific Information

The sections "For Windows Users" and "For UNIX and Linux Users" contain information specific to your operating environment.

The following sections refer to threading models. Refer to "Threading" in the DataDirect Connect for ODBC and Connect XE for ODBC Reference for an explanation of threading.

For Windows Users

Setup of the Drivers

The drivers must be configured before they can be used. See "Quick Start Connect" for information about using the Windows ODBC Administrator. See the individual driver chapters for details about driver configuration.

Driver Names

The prefix for all DataDirect Connect and Connect XE for ODBC driver file names is IV. The file extension is .DLL, which indicates that they are dynamic link libraries. For example, the Sybase Wire Protocol driver file name is IVASEnn.DLL, where nn is the revision number of the driver.

Refer to the readme file shipped with the product for the file name of each driver.

For UNIX and Linux Users

AIX

NOTE FOR TERADATA USERS: When compiling an application on AIX for use with the driver for the Teradata database, you must use the -brtl option. For example:

cc -o pgm pgm.o  -brtl -lodbc 

or

ld -o  pgm -brtl  pgm.o -lodbc 

HP-UX

NOTE: Only the following drivers are supported on IPF: Informix Wire Protocol, Oracle Wire Protocol, SQL Server Wire Protocol, Sybase Wire Protocol, and Oracle.

Linux

NOTE: All drivers are supported on Linux except for the Informix driver.

Solaris

NOTE: Only the following drivers are supported on x86/x64: DB2 Wire Protocol, Oracle Wire Protocol, SQL Server Wire Protocol, and Sybase Wire Protocol.

HP-UX 11 aCC

The ODBC drivers require certain runtime library patches. The patch numbers are listed in the readme file for your product. HP-UX patches are publicly available from the HP Web site (www.hp.com) or FTP site (ftp://i3107ffs.external.hp.com).

HP updates the patch database regularly; therefore, the patch numbers in the readme file may be superseded by newer versions. If you search for the specified patch on an HP site and receive a message that the patch has been superseded, download and install the replacement patch.

Setup of the Environment and the Drivers

On UNIX and Linux, several environment variables and the system information file must be configured before the drivers can be used. See "Quick Start Connect" for a brief description of these variables and information about using the DataDirect ODBC Data Source Administrator for UNIX/Linux. See the individual driver chapters for details about driver configuration. See "Configuring the Product on UNIX/Linux" for complete information about using the drivers on UNIX and Linux.

Driver Names

The DataDirect Connect and Connect XE for ODBC drivers are ODBC API-compliant dynamic link libraries, referred to in UNIX and Linux as shared objects. The prefix for all ODBC driver file names on UNIX and Linux is iv. The driver file names are lowercase and the extension is .so or .sl. This is the standard form for a shared object. For example, the Sybase driver file name is ivasenn.so on all platforms except HP-UX, in which case it is ivasenn.sl, where nn is the revision number of the driver.

Refer to the readme file shipped with your DataDirect product for the file name of each driver.