Answered by:
Sync framework integration using WCF

Question
-
Hi,
I need to sync the local SQL CE and SQL in the server using the WCF.
Any samples would be greatly appreciated.
Wednesday, December 22, 2010 8:46 AM
Answers
-
You can find samples here http://code.msdn.microsoft.com/sync. The one for SQL CE and SQL with WCF is titled :
Database Sync: SQL Server and SQL Compact N-Tier with WCF
- Proposed as answer by jigu2014Microsoft employee, Editor Wednesday, December 22, 2010 6:01 PM
- Marked as answer by Dhinakaran Chandrasekaran Monday, December 27, 2010 2:17 PM
Wednesday, December 22, 2010 6:01 PMAnswerer -
Hi,
You can get help here http://omarbesiso.typepad.com/the-archidev/2009/08/sql-2008-sync-framework-over-wcf-with-simplicity.html.
The above article explains step by step using sync framework with wcf.
- Marked as answer by Dhinakaran Chandrasekaran Monday, December 27, 2010 2:18 PM
Sunday, December 26, 2010 10:27 AM
All replies
-
You can find samples here http://code.msdn.microsoft.com/sync. The one for SQL CE and SQL with WCF is titled :
Database Sync: SQL Server and SQL Compact N-Tier with WCF
- Proposed as answer by jigu2014Microsoft employee, Editor Wednesday, December 22, 2010 6:01 PM
- Marked as answer by Dhinakaran Chandrasekaran Monday, December 27, 2010 2:17 PM
Wednesday, December 22, 2010 6:01 PMAnswerer -
Hi,
You can get help here http://omarbesiso.typepad.com/the-archidev/2009/08/sql-2008-sync-framework-over-wcf-with-simplicity.html.
The above article explains step by step using sync framework with wcf.
- Marked as answer by Dhinakaran Chandrasekaran Monday, December 27, 2010 2:18 PM
Sunday, December 26, 2010 10:27 AM -
Yes as you said, we can use the sync frame work in two approaches..
1) Using Sync Fx
2) Local dayabase cache sync
Thanks for ur help dudes...
Monday, December 27, 2010 2:20 PM