MobiLink - Client Administration
Scripted Upload
This chapter describes how to use scripted upload and provides an example that demonstrates how to set it up and run it. Scripted upload applies only to MobiLink applications that use SQL Anywhere remote databases.
WarningWhen you implement scripted upload, dbmlsync does not use the transaction log to determine what to upload. As a result, if your scripts do not capture all changes, data on remote databases can be lost. For these reasons, log-based synchronization is the recommended synchronization method for most applications. |
Introduction
Setting up scripted upload
Design considerations for scripted upload
Defining stored procedures for scripted upload
Scripted upload example