Reputation: 105
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.
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
Reputation: 7860
filtering is supported out of the box. see this walkthroughs on the documenation:
Walkthrough: Defining Filtered Scope and Provisioning Server
Walkthrough: Provisioning a Client with Filtered Scope
Walkthrough: Executing Synchronization for the Filtered Scope
Upvotes: 1