How to sync local database of windows phone with database on the server, for this case, rails server using sqlite ... Any idea? Thank you.
Asked
Active
Viewed 192 times
1 Answers
0
You will have to manually implement the synchronization layer. There are currently no built-in tools to do that. Consider building a web-service that is able to accept incoming data push/pull requests and act on the database accordingly.

Den
- 16,686
- 4
- 47
- 87