Reputation: 973
Has anyone got sync framework to work on a mobile device as a sync mechanism in place of RDA or Merge replication?
If yes, could you point me to any resources available.
If one was to start a green field compact framework based application, what would one use as the sync mechanism (sync framework/RDA/Merge replication/any other...)?
Thanks
Upvotes: 2
Views: 735
Reputation: 2849
Here is an example SyncFX for SQL Server CE.
Here is a link comparing the technologies. Towards the bottom in particular is a bit about deciding which technology to use.
From a CF green field standpoint I would use SyncFX. It seems like Microsoft is getting away from RDA and SyncFX is a programmer-centric instead of DBA centric (like replication).
Upvotes: 1