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 每次向应用程序提供表中的一行。ULTable 对象有一个当前位置,它可能在表中的某一行上、第一行前面或最后一行后面。

当您的应用程序改变位置时,UltraLite 会在缓冲区中制作一个该行的副本。获取或设置值的任何操作都只影响该缓冲区中的数据副本,而不会影响数据库中的数据。

 示例
 使用 UltraLite 模式
 插入行
 删除行