|
IDL DataMiner Guide: DataMiner Overview |
|
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.
<IDL_DIR>/help/DataDirect/help.htm
where <IDL_DIR> is the path to your IDL installation.
<IDL_DIR>/help/DataDirect/odbcref_311.pdf
where <IDL_DIR> is the path to your IDL installation. If you have a PDF file viewer defined for the IDL Online Help viewer, you can also click on the highlighted link to open the PDF file.
This manual assumes you have:
Familiarity with SQL is helpful, but not required.
The IDL DataMiner Guide is divided into the following chapters:
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.
For more information about ODBC, refer to the following:
IDL Online Help (March 06, 2007)