Hello,
I am trying to use the Sync Frame work to sync between a local SQL and SQL Azure. When I insert a new row and sync, it works fine both directions. But when I update an existing row, the update is not reflected. Any idea why ? As far as I understand it is supposed to get updated.
I am using the
SyncOrchestrator
syncOrchestrator.Synchronize();
I followed this video tutorial
http://msdn.microsoft.com/en-us/azure/ee960244.aspxIn there it shows that when a row is updated it is actually synced properly but doesnot work in my case.
I also tried running SyncLocalSqlAzureDatabase.exe which comes with the Power pack for SQL November CTP, and it also doesnt sync the rows that have been updated/modified, only syncs the new rows that are added and the rows which are deleted.
Any help would be much appriciated. Thank you inadvance.