Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » MobiLink - Getting Started » MobiLink Tutorials » Tutorial: Changing a schema using the script version clause

 

Lesson 8: Synchronize

In this lesson, you synchronize again with the schema changes.

 ♦  To synchronize
  • Synchronize again by running the following command:

    dbmlsync -v+ -ot sync2.txt -c uid=dba;pwd=sql;eng=remote -s my_sub -k

    The row for Sue Slow that was inserted before the schema change is uploaded using the script version my_ver1. The row for Mo Hamid that was inserted after the schema change is uploaded using the script version my_ver2. Rows are downloaded using the download cursor for my_ver2.

The schema change is now complete and you can continue synchronizing normally.