简体   繁体   English

使用Microsoft Sync Framework与过滤器同步数据

[英]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. 我有以Sql Server为后端的Web应用程序,以Sql Compact为后端的Windows应用程序。

I have to synchronize tables data between this two application two way. 我必须以两种方式在这两个应用程序之间同步表数据。

It is working well using Sync framework toolkit. 使用Sync框架工具包,它运行良好。 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 http://www.systenics.com/blog/sync-sql-server-2012-data-with-sql-ce-35-sp2-over-the-internet-using-wcf-services-using-ms-sync-框架-V21 /?标签=同步+框架+ V2.1

I have to synchronize with filter by particular column of table (UserID). 我必须通过表(UserID)的特定列与过滤器同步。

Please help me to synchronize tables with filter between web and windows. 请帮助我在Web和Windows之间同步带有过滤器的表格。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM