|
IDL DataMiner Guide: IDL DataMiner API |
|
Use the IDLdbRecordset::GetRecord function method to retrieve the value of the current record in an IDL anonymous structure. The field names of the structure are the field names of the recordset.
| Note Any blob data is placed in an IDL pointer and as such must be freed using the IDL PTR_FREE or HEAP_FREE routine. |
Result = RSobj -> [IDLdbRecordset::]GetRecord()
Returns the value of the current record in an IDL anonymous structure.
None.
None.
The following code fragment creates a database object and connects to the database, creates a recordset object, then moves to the first record in the recordset, retrieves the value of the record, and uses the IDL HELP procedure to display information on the record.