Reputation: 1450
I am trying to built the following but i have no idea where to start.
I want to build a windowsphone 8 app which has a local database which contents can be edited by input fields. Now, once the user is finnished editing the database, and the app has saved this edits I want my app to check for a wifi connection. Once the app has confirmed this, the data from the local database has to be synced to a remote sql server.
Most of this is pretty plain simple but the question that i have is, how do i sync the local database with the one on the remote server?
Upvotes: 0
Views: 977
Reputation: 13960
See if you can use the Microsoft Sync Framework on windows Phone:
http://msdn.microsoft.com/en-us/sync/bb736753.aspx
I had used it in desktop applications with good results.
Upvotes: 1