MobiLink Synchronization Reference
MobiLink Synchronization Client
dbmlsync options
Executes the SQL script contained in the named file.
dbmlsync -i filename ...
This option is intended for upgrading applications and making schema changes to deployed remote databases. Use this option when you make schema changes to ensure that all changes are in a compatible format.
The SQL script contained in the specified file is executed immediately after synchronization is complete and before releasing the table locks. The script is executed if dbmlsync received confirmation from MobiLink that the upload was applied even if an error occurs during the download.
You should be explicit about commit/rollback operations when using the -i option. Failure to do so may cause inconsistent results.