Trying to understand the theory of setting up a Custom change tracking Sync Adapter.
Is this correct ?
Scenario A)download from Server to Client :
Server Sync Adapter : SelectIncrementalInsertsCommand,SelectIncrementalUpdatesCommand,SelectIncrementalDeletesCommand
Client Sync Adapter :
InsertCommand,UpdateCommand,DeleteCommand, SelectConflictUpdatedRowsCommand ,SelectConflictDeletedRowsCommandScenario
--------------------------------------------------------------------------------------
Scenario B)bidirectional Server to Client :
Server Sync Adapter :
SelectIncrementalInsertsCommand,SelectIncrementalUpdatesCommand,SelectIncrementalDeletesCommand
InsertCommand,UpdateCommand,DeleteCommand, SelectConflictUpdatedRowsCommand ,SelectConflictDeletedRowsCommandScenario
Client Sync Adapter : Same
about me : Custom change tracking. Server : sql 2005, client sql express 2005
-
Moved by
Hengzhe Li
Friday, April 22, 2011 5:19 AM
(From:SyncFx - Microsoft Sync Framework Database Providers [ReadOnly])