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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » 应用程序开发 » 使用 UltraLite C++ API 开发应用程序 » 使用 Table API 访问数据

 

删除行

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

以下过程删除一行。

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

  2. 执行 Table.Delete 方法。

    tbl.Delete();