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

SQL Anywhere 12.0.0 (Français) » UltraLite - C and C++ Programming » Application development » Developing applications using the UltraLite C++ API » Accessing data using ULTable class

 

Deleting rows

The steps to delete a row are simpler than inserting or updating rows.

The following procedure deletes a row.

 ♦  To delete a row
  1. Move to the row you want to delete.

  2. Execute the Delete method.

    tbl->Delete();