Dharmesh
Dharmesh

Reputation: 105

Synchronize data with filter using Microsoft Sync Framework

I have web application with Sql Server as back-end and windows application with Sql Compact as back-end.

I have to synchronize tables data between this two application two way.

It is working well using Sync framework toolkit. I applied solution exactly same as example given in below link.

http://www.systenics.com/blog/sync-sql-server-2012-data-with-sql-ce-35-sp2-over-the-internet-using-wcf-services-using-ms-sync-framework-v21/?tag=Sync+Framework+v2.1

I have to synchronize with filter by particular column of table (UserID).

Please help me to synchronize tables with filter between web and windows.

Upvotes: 1

Views: 1745

Answers (1)

Related Questions