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 - C 及 C++ 编程 » 应用程序开发 » UltraLite C++ 应用程序开发 » 使用 ULTable 类创建和修改数据

 

删除行

删除行的步骤比插入或更新行的步骤更简单。

以下过程删除一行。

 ♦ 删除行
  1. 移到想要删除的行。

  2. 执行 Delete 方法。

    tbl->Delete();