Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

ADO AbsolutePageAbsolutePosition 属性


❮ Recordset 对象完整参考

AbsolutePage

AbsolutePage 属性设置或返回一个长整型值,用于指定 Recordset 对象中的页码。它设置或返回 1 到 Recordset 中页数的值,或返回一个 PositionEnum 值。当当前记录是 Recordset 中的第一条记录时,该值为 1。

提示: 要获取 Recordset 中的总页数,请使用 PageCount 属性。

提示: 要将 Recordset 分割成一系列页面,请使用 PageSize 属性。

注意: 只有当提供程序支持 AbsolutePage、PageCount 和 PageSize 属性时,才能使用此属性。


AbsolutePosition

AbsolutePosition 属性设置或返回一个长整型值,用于指定 Recordset 对象中当前记录的序号(数字)位置。它设置或返回 1 到 Recordset 中记录数的值,或返回一个 PositionEnum 值。当当前记录是 Recordset 中的第一条记录时,该值为 1。

将此属性设置为数字时,您将移动到该数字位置的记录。

提示: 要获取 Recordset 中的总记录数,请使用 RecordCount 属性。

注意: 不要使用此属性来唯一标识记录!


语法

objRecordset.AbsolutePage

objRecordset.AbsolutePosition

PositionEnum 值

常量 描述
adPosUnknown -1 表示 Recordset 为空,当前位置未知,或者提供程序不支持 AbsolutePage 或 AbsolutePosition 属性
adPosBOF -2 表示当前记录指针位于第一条记录之前(BOF)
adPosEOF -3 表示当前记录指针位于最后一条记录之后(EOF)

❮ Recordset 对象完整参考
×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.