UltraLite Embedded SQL User's Guide
Synchronization Parameters Reference
Synchronization parameters
Reports the status of MobiLink uploads. The MobiLink synchronization server provides this information to the client.
The parameter is read-only.
After synchronization, the upload_ok parameter holds true if the upload was successful, and false otherwise.
Access the parameter as follows:
ul_synch_info info; // ... returncode = info.upload_ok;