IDLdbDatabase
Superclasses | Creation | Properties | Methods | Version History
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).
Superclasses
None
Creation
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.
Properties
Objects of this class have the following properties. See IDLdbDatabase Properties for details on individual properties.
Methods
This class has the following methods:
Version History