MaxRecords - property of the AdoRecordset object
Description:
The property returns or sets the value that specifies the maximum number of records to return from a query to the
AdoRecordset object.
The default value is zero, it means that the provider returns all requested records.
Note:
Property access for read and write.
Example:
JavaScriptVBScriptSelect and copy to clipboard
oRs.MaxRecords = 30;
oRs.MaxRecords = 30