AdoRecordSet:PageSize

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:PageSize

Previous pageReturn to chapter overviewNext page

Purpose

How many records constitute one page in the Recordset

 

Prototype

PROPERTY PageSize AS LONG 

 

Data Type

LONG        How many records are on a page. The default is 10.

 

See Also

AdoRecordSet