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

Update method Next Page

UpdateBegin method


Prepares a table for modifying the contents of the current row.

Syntax

UpdateBegin( )
Member of UltraLiteAFLib.ULTable

Example
CustomerTable.UpdateBegin
CustomerTable.Column("Fname").StringValue = fname
'...
CustomerTable.Update