Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » MobiLink - Client Administration » SQL Anywhere Clients for MobiLink » Dbmlsync integration component (deprecated) » Dbmlsync integration component properties

 

UploadEventsEnabled property

Enables the UploadRow event.

Syntax
Public Property UploadEventsEnabled() As Boolean
Member of DbmlsyncCOM.Dbmlsync
Remarks

If you handle the UploadRow event, you should set this property to true. The default is false, which disables the UploadRow event. Setting the property to true reduces performance.

See UploadRow event.

Example

The following example sets UploadEventsEnabled to true:

dbmlsync1.UploadEventsEnabled = True