Enables the UploadRow event.
Public Property UploadEventsEnabled() As Boolean Member of DbmlsyncCOM.Dbmlsync
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.
The following example sets UploadEventsEnabled to true:
dbmlsync1.UploadEventsEnabled = True |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |