问题
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