ul_synch_result struct

A structure to hold the synchronization result, so that appropriate action can be taken in the application.

Syntax
public ul_synch_result
Properties
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.

ignored_rows ul_bool

Set to 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.

sql_code an_sql_code

The SQL code from the last synchronization.

sql_error_string char

The error text associated with the error code in sql_code.

status ul_synch_status

The status information used by the observer function. See observer.

stream_error ul_stream_error

The communication stream error information.

timestamp SQLDATETIME

The time and date of the last synchronization.

upload_ok ul_bool

Set to true if the upload was successful; false otherwise.