UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
OnReceive(
nBytes As Long, _
nInserts As Long, _
nUpdates As Long, _
nDeletes As Long _
)
Member of UltraLiteAFLib.ULConnection
Reports download information to the application from the consolidated database via MobiLink. This event may be called several times.
nBytes Cumulative count of bytes received at the remote application from the consolidated database.
nInserts Cumulative count of inserts received at the remote application from the consolidated database.
nUpdates Cumulative count of updates received at the remote application from the consolidated database.
nDeletes Cumulative count of deletes received at the remote application from the consolidated database.
See the CustDB application for an example of this method.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.