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 » ULSyncEvent class

OnReceive event Next Page

OnSend event


Reports upload information from the remote database via MobiLink to the consolidated database.

Syntax

OnSend(
nBytes As Long, _
nInserts As Long, _
nUpdates As Long, _
nDeletes As Long _
)
Member of UltraLiteAFLib.ULSyncEvent

Parameters

nBytes    Cumulative count of bytes sent by the remote application to the consolidated database via MobiLink.

nInserts    Cumulative count of inserts sent by the remote application to the consolidated database via MobiLink.

nUpdates    Cumulative count of updates sent by the remote application to the consolidated database via MobiLink.

nDeletes    Cumulative count of deletes sent by the remote application to the consolidated database via MobiLink.

Remarks

This event can be called multiple times.

Example

For an example of this method, see the CustDB application. For information about finding CustDB for AppForge, see Finding CustDB sample files.