Stores the synchronization result so that appropriate action can be taken in the application.
public struct ul_sync_result
Member name | Type | Description |
---|---|---|
auth_status |
ul_auth_status |
The synchronization authentication status. |
auth_value |
ul_s_long |
The value used by the MobiLink server to determine the auth_status result. |
error_status |
ul_error_info |
The error status from the last synchronization. |
ignored_rows |
ul_bool |
True if uploaded rows were ignored; false otherwise. |
partial_download_retained |
ul_bool |
The value that tells you that a partial download was retained. See keep_partial_download. |
received |
ul_sync_stats |
Download statistics. |
sent |
ul_sync_stats |
Upload statistics. |
stream_error |
ul_stream_error |
The communication stream error information. |
timestamp |
SQLDATETIME |
The time and date of the last synchronization. |
upload_ok |
ul_bool |
True if the upload was successful; false otherwise. |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |