Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » 使用 SQL Anywhere 编程简介 » 在应用程序中使用 SQL » 使用游标

 

用可滚动游标读取

ODBC 和嵌入式 SQL 提供了使用可滚动游标和动态可滚动游标的方法。这些方法使您能够在结果集中一次向前或向后移动多行。

JDBC 和 Open Client 接口不支持可滚动游标。

预取不适用于可滚动操作。例如,读取相反方向的某行并不能预取前面的多行。