Using MS Sync Framework to synchronize two SQL CE Dbs

前端 未结 2 469
深忆病人
深忆病人 2021-01-12 08:35

I\'m just working into the Microsoft Sync Framework. It looks quite easy to sync a local SQL CE 3.5 Database with a remote SQL Server 2008 using the SqlSyncAdapterBuilder an

2条回答
  •  借酒劲吻你
    2021-01-12 08:50

    Sync Framework 2.0 allows synchronization between SQL Server Compact Edition databases.

    SqlCeSyncProvider is used to synchronize SQL Server Compact databases.

    This provider can be used to synchronize with a central server but also has the ability to synchronize with other clients, which is not possible with SqlCeClientSyncProvider. This ability enables developers to target new scenarios such as a collaboration scenario in which teams of people need to synchronize among each another in the absence of a connection to a central server.

提交回复
热议问题