Contents Index Update method ULTableSchema class

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULTable class

UpdateBegin method


Prototype 

UpdateBegin( )
Member of UltraLiteAFLib.ULTable

Description 

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

Example 
On Error GoTo UpdateError
    CustomerTable.UpdateBegin
    CustomerTable.Column("Fname").StringValue = fname
...
    CustomerTable.Update

Contents Index Update method ULTableSchema class