Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在想是否有办法(组件或参考)来分解 adodb.recordlist(例如在 sql 数据库中选择的记录)由大量记录组成。
然后一个文本框可以被用户用来跳转到他想要查看的页面。
只是想了解如何在代码中编写它。
您可以通过该属性设置页面大小,.PageSize并通过设置该属性跳转到特定页面.AbsolutePage。
.PageSize
.AbsolutePage
这是一个例子。