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 |
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. Thank you for the answer. This is what I did, created a new sync model :)
(16 Jun '14, 16:15)
katalun4o
|