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

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULTable class

Delete method Next Page

DeleteAllRows method


Deletes all rows in the table.

Syntax

DeleteAllRows( )
Member of UltraLiteAFLib.ULTable

Remarks

In some applications, it can be useful to delete all rows from tables before downloading a new set of data into the table.

You can delete rows from the UltraLite database without having them deleted from the consolidated database as well:

See also