PageCount Property (ADO)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

PageCount Property

Indicates how many pages of data the Recordset object contains.

Return Value

Returns a Long value that indicates the number of pages in the Recordset.

Remarks

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.

See Also

Visual Basic Example | Visual C++ Example | Visual J++ Example

AbsolutePage Property | PageSize Property | RecordCount Property

Applies To: Recordset Object

© 1998-2003 Microsoft Corporation. All rights reserved.