Jason
unread,Sep 22, 2011, 10:53:07 AM9/22/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Mobilink 12.0.1.346
Synchrinizing to Ultralite 12.0.1.346
Consolidate Database: Mircrosoft Sql Server 2008 R2
I have a table in the consolidated database with a computed column. This column is excluded from the mobilink sync. However when I deploy the scripts for the Sync Model, the Update Trigger for that table checks if the computed column was updated: ie "IF updated(mycomputedcolumn) OR ....". This is not allowed and kills the script from running.
I work around it by just removing the computed columns from the update trigger script, but it does appear to be bug.
Also, if I exclude a column from synchronizing; why does mobilink still include that column in the "update" trigger. For purposes of synchronizing, the row was not "last_updated" if a non-sync'd column was update.
Thanks!