Previous IDL DataMiner Guide: IDL DataMiner API Next

IDLdbRecordset::CurrentRecord

Syntax | Arguments | Keywords | Version History

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.

Syntax

number = RSobj -> [IDLdbRecordset::]CurrentRecord()

Arguments

None.

Keywords

None.

Version History

5.0
Introduced

  IDL Online Help (March 06, 2007)