Indicates the type of event generated by a synchronization.
Public Enum DBSC_EventType
public enum DBSC_EventType
Member name | Description | Value |
---|---|---|
DBSC_EVENTTYPE_ERROR_MSG |
An error was generated by the synchronization; str1 contains the text of the error. |
1 |
DBSC_EVENTTYPE_WARNING_MSG |
A warning was generated by the synchronization; str1 contains the text of the warning. |
2 |
DBSC_EVENTTYPE_INFO_MSG |
An information message was generated by the synchronization; str1 contains the text of the message. |
3 |
DBSC_EVENTTYPE_PROGRESS_INDEX |
Provides information for updating a progress bar; val1 contains the new progress value. This value can range from 0 to 1000, where 0 indicates 0% done and 1000 indicates 100% done. |
4 |
DBSC_EVENTTYPE_PROGRESS_TEXT |
The text associated with the progress bar has been updated and str1 contains the new value. |
5 |
DBSC_EVENTTYPE_TITLE |
The title for the synchronization window/control has changed and str1 contains the new title. |
6 |
DBSC_EVENTTYPE_SYNC_START |
The synchronization has begun; there is no additional information associated with this event. |
7 |
DBSC_EVENTTYPE_SYNC_DONE |
The synchronization is complete; val1 contains the exit code from the synchronization. A 0 value indicates success. A non-zero value indicates that the synchronization failed. |
8 |
DBSC_EVENTTYPE_ML_CONNECT |
A connection to the MobiLink Server was established; str1 indicates the communication protocol being used and str2 contains the network protocol options used. |
10 |
DBSC_EVENTTYPE_UPLOAD_COMMITTED |
The MobiLink server confirmed that it successfully committed the upload to the consolidated database. |
11 |
DBSC_EVENTTYPE_DOWNLOAD_COMMITTED |
The download has been successfully committed in the remote database. val1 contains the number of insert/update operations committed. val2 contains the number of delete operations committed |
12 |
DBSC_EVENTTYPE_UPLOAD_START |
The remote has begun to send an upload to the server. |
13 |
DBSC_EVENTTYPE_UPLOAD_SENT |
The remote has completed sending an upload segment to the server. For incremental and transactional uploads a separate event is generated each time an upload segment is sent. val1 contains the number of insert operations sent. val2 contains the number of update operations sent. val3 contains the number of delete operations sent. |
14 |
DBSC_EVENTTYPE_DOWNLOAD_START |
The remote has begun processing the download received from the server. |
15 |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |