About This Volume

The IDL DataMiner Guide describes IDL's ODBC interface. Information about installation and configuration of the specific ODBC drivers provided with the DataMiner system is supplied by the driver manufacturer. The manufacturer's documentation is provided in the help/DataDirect subdirectory of the IDL installation directory.

To view the the DataDirect Connect for ODBC Help for 32-bit systems, use a web browser to open the file

<IDL_DIR>/help/DataDirect/help.htm 

For 64-bit systems, open

<IDL_DIR>/help/DataDirect64/help.htm 

where <IDL_DIR> is the path to your IDL installation. (If you are viewing this topic in the IDL Workbench help system, click on the above link to open the DataDirect help in a browser.)

Audience

This manual assumes you have:

Familiarity with SQL is helpful, but not required.

Organization

The IDL DataMiner Guide is divided into the following chapters:

Terminology

The following terms are used throughout this manual:

DBMS: Database Management System

data source: A specific instance of a combination of a DBMS product, any remote operating system, and network necessary to access the DBMS.

recordset: A subset of the records in the current database. Recordsets are created either by formulating an SQL query to select records or by selecting an existing named table in the database.

cursor: The current location or current record in a recordset.

Where to Find Additional Information

For more information about ODBC, refer to the following: