AdoRecordSet:MaxRecords

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:MaxRecords

Previous pageReturn to chapter overviewNext page

Purpose

The maximum number of records to return to a Recordset from a query.

 

Prototype

PROPERTY MaxRecords AS LONG 

 

Data Type

LONG        Default is zero (no limit).

 

See Also

AdoRecordSet