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

SQL Anywhere 11.0.1 (中文) » UltraLite - M-Business Anywhere 编程 » 了解 UltraLite for M-Business Anywhere 开发

 

使用 Table API 处理数据

UltraLite 应用程序可以使用 SQL 或 Table API 访问表数据。本节介绍如何使用 Table API 访问数据。

有关 SQL 的信息,请参见使用 SQL 处理数据

本节讲解如何使用 Table API 执行以下任务。

  • 滚动浏览表中的行。

  • 访问当前行中的值。

  • 使用 Find 和 Lookup 方法来查找表中的行。

  • 插入、删除和更新行。


使用 Table API 导航
访问当前行中的值
使用 find 和 lookup 来搜索行
插入、更新和删除行
处理 BLOB 数据
管理事务