UltraLite Database User's Guide
Synchronization for UltraLite Applications
Synchronization parameters reference
Indicates that there should be no downloads in the current synchronization, which can save communication time, especially over slow communication links. When set to true, the client waits for the upload acknowledgement from the MobiLink synchronization server, after which it terminates the synchronization session successfully.
The parameter is an optional Boolean value, and by default is false.
Synchronizing high-priority changes
Download Only synchronization parameter
MobileVB SyncParms
ActiveX SyncParms
UltraLite.NET See ianywhere.UltraLite.SyncParms.
Embedded SQL See upload_only synchronization parameter.
Static C++ API See upload_only synchronization parameter.
Static Java API See upload_only synchronization parameter.