ul_synch_info_a struct

Syntax
public ul_synch_info_a
Remarks

The structure used to describe synchronization data.

Synchronization parameters control the synchronization behavior between an UltraLite database and the MobiLink server. The Stream Type synchronization parameter, User Name synchronization parameter, and Version synchronization parameter are required. If you do not set them, the synchronization function returns an error (SQLE_SYNC_INFO_INVALID or its equivalent). You can only specify one of Download Only, Ping, or Upload Only at a time. If you set more than one of these parameters to true, the synchronization function returns an error (SQLE_SYNC_INFO_INVALID or its equivalent).

Members

All members of ul_synch_info_a, including all inherited members.


additional_parms variable
auth_parms variable
auth_status variable
auth_value variable
download_only variable
ignored_rows variable
init_verify variable
keep_partial_download variable
new_password variable
num_auth_parms variable
observer variable
partial_download_retained variable
password variable
ping variable
publications variable
resume_partial_download variable
send_column_names variable
send_download_ack variable
stream variable
stream_error variable
stream_parms variable
upload_ok variable
upload_only variable
user_data variable
user_name variable
version variable