I have sqlite in app and a Mysql via jrdc2 serveur at home.
Each row on all table have a time(unix) Each time a row is update, the time is update too.
Many devices running my app use same data
Each time a device run the app, I want to restore data from serveur with the latest data and keep in app the latest data from app.
When user close the app. I have to backup data in app to server with uptodate
How to keep the latest data on sqlite in app and mysql serveur? Any clues?
Each row on all table have a time(unix) Each time a row is update, the time is update too.
Many devices running my app use same data
Each time a device run the app, I want to restore data from serveur with the latest data and keep in app the latest data from app.
When user close the app. I have to backup data in app to server with uptodate
How to keep the latest data on sqlite in app and mysql serveur? Any clues?