Tagged Questions

2
votes
1answer
573 views

Microsoft Sync Framework with Mutliple Client and Server Database

I'm working on changes to an application to have a local data store instead of connecting directly to the database server. The client app will then sync changes both ways between the server database ...
1
vote
3answers
684 views

XCOPY-deploying Microsoft Sync Framework in a no admin rights scenario (i.e. ClickOnce install)

I'm currently designing a smart client app (WPF) which needs to operate in an "occasionally disconnected" mode. For the offline scenario, I'm looking at using: Disconnected Service Agent ...
0
votes
1answer
73 views

Microsoft Sync Framework and Integer as Identifier

I've got to implement data synchronization between a local storage that resides on a mobile device and the server DB. The thing is that our DB (which is already in production for many years) all uses ...