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

SAP Sybase SQL Anywhere 16.0 (中文) » UltraLite - C 和 C++ 编程 » 应用程序开发 » UltraLite C++ 应用程序开发

 

使用 ULTable 类创建和修改数据

UltraLite 应用程序可以执行 SQL 语句或使用 ULTable 类访问表数据。本节介绍如何使用 ULTable 类访问数据。

本节讲解如何使用 ULTable 类执行以下任务:

  • 滚动浏览表中的行。

  • 访问当前行中的值。

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

  • 插入、删除和更新行。

    小心

    不要更新行的主键,而是删除该行再添加新行。

 另请参见

行导航
UltraLite 模式
插入行
更新行
使用查找和查寻模式搜索行
访问当前行中的值
删除行