In my project, I want to sync SQL Server Compact 3.5 with MSSQL Server 2008. I passed all steps in Visual Studio 2010 like adding New Item >> Local Database Cache >> Configure Data Synchronization etc. The connection was completed successfully. But after this stage, I don’t know how can i do synchronization.
I have a button named “Check Updates”. When click the update button, synchronization must start and new data from the MSSQL Server must be added to “data.sdf”. I have no idea about how to do this. I am a beginner in C#. Could you help me?
Kind regards.
In my project, I want to sync SQL Server Compact 3.5 with MSSQL Server
Share
Examine this link. It shows how to use the Sync Framework 2.1 database providers to configure and execute synchronization between a SQL Server database and one or more SQL Server Compact databases.
http://code.msdn.microsoft.com/Database-Sync-SQL-Server-de6c8ff8