Description |
Sets or gets the PageSize property of the wrapped ADODB.Recordset object. Use the PageSize property to determine how many records make up a logical page of data. Establishing a page size allows you to use the AbsolutePage property to move to the first record of a particular page.
This property can be set at any time, and its value will be used for calculating the location of the first record of a particular page.
|