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 and C++ Programming » Application development » UltraLite C++ application development » Data creation and modification using the ULTable class

 

Row deletions

The steps to delete a row are simpler than to insert or update rows. There is no delete mode corresponding to the insert or update modes.

You delete a row by moving the cursor to the row you want to delete and then executing the ULTable.Delete method.

 See also
 Example