I would like to add a column to an existing Mobilink synchronisation (upload only). The column is already in the SQL Anywhere 12 database (consolidated and remote).
On the remote (upload only):
should I create complete new sync scripts for all tables? Or, can I add a column and change the scriptversion. The scripts we use at the moment are created with command
create synchronization subscription to ... for .... "type tcpip option SendTriggers='ON',ScriptVersion='vup_1',tor=....
On the consolidated:
Completely new scripts for the data that is uploaded?
Thanks
Eric