Skip to Content
0
Jun 03, 2020 at 09:17 AM

Mobilink add a column to upload

67 Views

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