Contents Index OnStateChange event PrepareStatement method

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

OnTableChange event


Prototype 

OnTableChange(
   newTableIndex As Long, _
   numTables As Long _
)
Member of UltraLiteAFLib.ULConnection

Description 

This event is called whenever the synchronization process begins synchronizing another table.

Parameters 

newTableIndex    The index number of the table currently being synchronized. This number is not the same as the table ID, therefore, it cannot be used with the ULDatabaseSchema.GetTableName method.

numTables    The number of tables eligible to be synchronized.

Example 

See the CustDB application for an example of this method.


Contents Index OnStateChange event PrepareStatement method