Microsoft Sync Framework 2.1 with change tracking and client database synchronization server in C #

I am very new to asp.net with database synchronization. I am currently implementing a project that requires synchronization of a SQL Server 2010 billing database (SQL Server 2010) <> C # Client (SQLite) using change tracking. I went through most of the tutorial / example discussed in the forums and stack overflow:

http://dotnetvisio.blogspot.com/2013/07/microsoft-change-tracking-sql-server.html

SQL Server 2008 Database Synchronization via HTTP using WCF infrastructure and synchronization

http://msdn.microsoft.com/en-us/library/cc305322.aspx

http://technet.microsoft.com/en-us/library/cc280358(v=sql.105).aspx Etc ...

However, I couldn’t know how to implement the change tracking database synchronization between:

[Change Sever Database SQL] <> [WCF Service] <> [WPF Client] <> [SQLite Local Database]

So my question is how to connect and establish a connection to synchronize with the local database? Walkthrough is greatly appreciated. Thank you

+4
source share
1 answer

, Sync Framework , SQL Server / SQL Server Compact. - , . Sync Framework (Tables/Functions/StoredProcs), Sync Framework. MSDN: :

, - , . , , , , . , :

http://www.8bit.rs/blog/2009/05/debugging-sql-express-client-sync-provider/

MS, Framework Sync,

Sync Framework - ,

+2

All Articles