odbc_recordsetGetRecordCount()

Synopsis

Returns the number of records in the recordset.

Syntax

odbc_recordsetGetRecordCount ( recPtr As User, _
                               Optional fullCount? As Boolean = True, _
                               Optional ignoreErrors? As Boolean = False ) As Integer 
Argument Type Description
recPtr user Recordset pointer that was obtained through odbc_recordsetOpen() call.
fullCount? boolean Optional; if True , then the pointer is moved to the next record, until the end is reached; default is True .
ignoreErrors? boolean Optional; if the argument is True , then database errors are not reported as Intent exceptions; default is False .