How are you planning to do it? To keep it simple, You can just keep track of what has not been synced yet (by some sort of flag field) and once online push them to the server.
Oct 13, 2017
2
Level 1
How to implement database synchronization between local and remote server
I have a web application that runs on a local server. The web app does not have an internet connection all the time. I want that when there is an internet connection it should insert the local changes to the remote database server.
Please or to participate in this conversation.