UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULTable class
UpdateBegin( )
Member of UltraLiteAFLib.ULTable
Prepares a table for modifying the contents of the current row.
On Error GoTo UpdateError CustomerTable.UpdateBegin CustomerTable.Column("Fname").StringValue = fname ... CustomerTable.Update