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

SQL Anywhere 12.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 方法来查找表中的行。

  • 插入、删除和更新行。


SQL 结果集导航
访问当前行中的值
使用 Find 和 Lookup 来搜索行
插入、更新和删除行
BLOB 数据类型
事务管理