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

SAP Sybase SQL Anywhere 16.0 » MobiLink - Getting Started » MobiLink tutorials » Tutorial: Changing a schema using the script version clause

 

Lesson 8: Synchronizing

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

Prérequis

This lesson assumes you have the roles and privileges listed in the Privileges section at the start of this tutorial: Tutorial: Changing a schema using the script version clause.

This lesson assumes you have completed all preceding lessons. See Lesson 1: Creating and configuring the consolidated database.

 Task
  • Synchronize again by running the following command:

    dbmlsync -v+ -ot sync2.txt -c UID=DBA;PWD=sql;SERVER=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.

Résultat

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

Suivant

None.