|
IDL DataMiner Guide: IDL DataMiner API |
|
IDLdbRecordset objects have the following properties in addition to properties inherited from any superclasses. Properties with the word "Yes" in the "Get" column of the property table can be retrieved via IDLdbRecordset::GetProperty. There are no Init or SetProperty methods for the IDLdbRecordset object.
| Note For a discussion of the property description tables shown below, see About Object Property Descriptions. |
If True, the cursor for the recordset can move to an absolute record number.
If True, the cursor for the recordset can move to the first record.
If True, the cursor for the recordset can move to the last record.
If True, the cursor for the recordset can move to the next record.
If True, the cursor for the recordset can move to the previous record.
If True, the cursor for the recordset can move to a record number relative to the current record number.
An array of field informational structures, one for each field in the result set. Field information is only available if the current recordset was generated from a table (that is, if the TABLE property was set when creating the recordset object). Information structures have the following fields (see the ODBC Manual for more information):
If a field is returned empty, this indicates that the driver doesn't support the query for that particular information.
|
Property Type
|
Array of structures
|
||
|
Name String
|
not displayed
|
||
|
Get: Yes
|
Set: No
|
Init: No
|
Registered: No
|
An object reference to the database object used when the current recordset object was created.
If True, the table is read-only.
The number of buffers allocated for the recordset.
A string containing either the table name or SQL statement used to create the recordset.
IDL Online Help (March 06, 2007)