Collection Contents 上一页 下一页 PDF

UltraLite for MobileVB 用户指南

了解 UltraLite for MobileVB 开发

使用 Table API 处理数据


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

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

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


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

Collection Contents 上一页 下一页 PDF