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.