|
IDL DataMiner Guide: IDL DataMiner API |
|
The IDLdbRecordset::CurrentRecord function method requests the current record number in a recordset. This method is driver-dependent. If the record number of the current record cannot be determined by the ODBC driver, this function returns a negative number.
| Note Because this function is driver-dependent, moving the cursor to the last record in a recordset will not necessarily allow you to determine the number of records in the recordset. |
number = RSobj -> [IDLdbRecordset::]CurrentRecord()
None.
None.
IDL Online Help (March 06, 2007)