MobiLink Synchronization Reference
MobiLink Synchronization Server Options
MobiLink synchronization server
dbmlsrv9 options
Generates sample scripts that, if activated, perform a simple snapshot synchronization.
dbmlsrv9 -c "connection-string" -ze
The following scripts are generated:
example_upload_insert
example_upload_update
example_upload_delete
example_download_cursor
You can use these scripts as starting points for creating your own scripts.
To generate scripts, you must also specify that the client sends column names. You do this when you initiate synchronization. For Adaptive Server Anywhere remotes, see SendColumnNames (scn) extended option. For UltraLite remotes, see Send Column Names synchronization parameter.
The generated scripts perform one-to-one snapshot synchronization using the table and column names sent from the client. If the consolidated database has different table or column names than the remote, activating these scripts will cause an error during the synchronization.
Note:Scripts are generated only the first time that a remote synchronizes, and only when the given script version does not exist. Otherwise, -ze has no effect. |