dbmlsync APIs for C++ and .NET
The Dbmlsync API provides a programming interface that allows MobiLink client applications written in C++ or .NET to launch
synchronizations and receive feedback about the progress of the synchronizations they request. See Dbmlsync API.
Synchronization profiles
You can now store dbmlsync command lines in your database as synchronization profiles. The -sp dbmlsync option enables
you to add options from a synchronization profile to command line synchronization options. See -sp dbmlsync option.
LOAD TABLE now optionally logs loaded rows as inserts
The new clause WITH ROW LOGGING means that SQL Anywhere remote databases can now load data using the LOAD TABLE statement.
Previously, LOAD TABLE was not always useful in a synchronization environment because the rows were not logged and so they
were ignored by dbmlsync. See Import data with the LOAD TABLE statement.
dbmlsync log scanning optimization
Now optimized for non-overlapping publications.