AdoRecordSet:RecordCount Access

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:RecordCount Access

Previous pageReturn to chapter overviewNext page

Purpose

The current number of records in a Recordset object. This may be -1 when the number of records can not be determined

 

Prototype

ACCESS RecordCount AS LONG PASCAL CLASS AdoRecordSet

 

Return

LONG

 

See Also

AdoRecordSet