0

How to sync local database of windows phone with database on the server, for this case, rails server using sqlite ... Any idea? Thank you.

Michelle
  • 842
  • 3
  • 11
  • 19

1 Answers1

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