Hello, I am is using SQL Anywhere 12 (Mobilink) to synchronize data between MS SQL Server and android mobile devices. I need to update the mobile application but there are schema changes in the database and I need to keep the both versions of synchronization running. How can I do that? I saw that there are script versions but did not find a tutorial how to create new version of the script using Sybase Central. I was able to create new version in sybase central (Consolidated Database/MyDatabase/Versions) but all changes I do to my scripts in the sync model go to the old(default) version

asked 13 Jun '14, 08:14

katalun4o's gravatar image

katalun4o
331121521
accept rate: 85%


A Synchronization Model can only have one defined script version but you can add a new model to your project. You can use your existing model as a starting point by selecting the exising model and going to File | Duplicate to create a copy of the existing model. You can then modify the model to reflect the schema changes that you need to make. From the properties menu for the Model, you set the publication name and script version.

permanent link

answered 16 Jun '14, 09:23

Chris%20Keating's gravatar image

Chris Keating
7.7k49127
accept rate: 32%

Thank you for the answer. This is what I did, created a new sync model :)

(16 Jun '14, 16:15) katalun4o
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×371
×128
×84
×20

question asked: 13 Jun '14, 08:14

question was seen: 1,867 times

last updated: 16 Jun '14, 16:22