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

Properties Next Page

ULSyncState enumeration


Constant

Value

Description

ulSyncStateStarting

0

No synchronization actions have been taken yet.

ulSyncStateConnecting

1

The synchronization stream has been built, but not yet opened.

ulSyncStateSendingHeader

2

The synchronization stream has been opened and the header is about to be sent.

ulSyncStateSendingTable

3

A table is being sent.

ulSyncStateSendingData

4

Data for the current table is being sent.

ulSyncStateFinishingUpload

5

The upload is completing. The final count of rows sent is included with this event.

ulSyncStateReceivingUploadAck

6

An acknowledgement that the upload is complete is being received.

ulSyncStateReceivingTable

7

A table is being received.

ulSyncStateReceivingData

8

Data for the current table is being received.

ulSyncStateCommittingDownload

9

The download is being committed. The final count of rows received is included with this event.

ulSyncStateSendingDownloadAck

10

An acknowledgement that the download is complete is being sent.

ulSyncStateDisconnecting

11

The synchronization stream is about to be closed.

ulSyncStateDone

12

Synchronization has successfully completed. The SyncResult object has been updated.

ulSyncStateError

13

Synchronization has completed but an error occurred. Check SyncResult and SQLCode for details.
ulSyncStateRollingBackDownload

14

Synchronization is rolling back the download because an error was encountered during the download. The error is reported with a subsequent ulSyncStateError progress report.

ulSyncStateCancelled

99

Synchronization has been canceled.