Indicates the maximum number of records to return to a Recordset from a query.
Sets or returns a Long value that indicates the maximum number of records to return. Default is zero (no limit).
Use the MaxRecords property to limit the number of records that the provider returns from the data source. The default setting of this property is zero, which means the provider returns all requested records.
The MaxRecords property is read/write when the Recordset is closed and read-only when it is open.
Visual Basic Example | Visual C++ Example | Visual J++ Example
Applies To: Recordset Object