Indicates how many "pages" of data the Recordset object contains.
Returns a Long value.
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.
AbsolutePage, PageSize, RecordCount
file: /Techref/language/asp/comp/daprop05_1.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/8 14:52,
3.144.254.200:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/asp/comp/daprop05_1.htm"> PageCount Property (ADO)</A> |
Did you find what you needed? |