A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/rst.PageCount

rst.PageCount

Syntax

put rst.PageCount

Gets

Integer
Indicates how many pages of data the Recordset object contains.

Description

Returns the PageCount property of the wrapped ADODB.Recordset object. Use the PageCount property to determine how many pages of data are in the Recordset object. Pages are groups of records whose size equals the PageSize property setting. Even if the last page is incomplete because there are fewer records than the PageSize value, it counts as an additional page in the PageCount value. If the Recordset object does not support this property, the value will be -1 to indicate that the PageCount is indeterminable. See the PageSize and AbsolutePage properties for more on page functionality.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com