Getting started with Sync Framework and SQlite

不羁的心 提交于 2019-12-08 03:54:28

问题


I'm new to Microsoft Sync Framework and trying to synchronize an SQlite database with Sql Server, any good links ?


回答1:


there's no out-of-the-box sync provider for Sqlite, so you have to write your own.

or you can have a look at these links:

Synchronization with SQLite on WinRT

SYNCHRONIZING WINRT/SQLITE USING SYNC FRAMEWORK TOOLKIT

even if you're not building a WinRT app, you can modify the code to work in an ordinary desktop mode non WinRT type of app.



来源:https://stackoverflow.com/questions/15357646/getting-started-with-sync-framework-and-sqlite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!