|
IDL DataMiner Guide: IDL DataMiner API |
|
An IDLdbDatabase object represents a connection to a datasource. Use the IDLdbDatabase object's instance data and methods to connect to, disconnect from, and perform operations to a Database Management System (DBMS).
None
These is no Init method for the IDLdbDatabase object. Use the following IDL command to create a new database object:
DBObj = OBJ_NEW('IDLdbDatabase')
Note that the returned database object is not considered valid until a connection to the datasource is made, either via the IDLdbDatabase::Connect method or the DIALOG_DBCONNECT function.
Objects of this class have the following properties. See IDLdbDatabase Properties for details on individual properties.
This class has the following methods:
IDL Online Help (March 06, 2007)