I have an online database and a local database. How can I update the local database data (only data and not the structure) from the online DB in my application ?
The idea is to have an update data button in our windows application to do that.
Thank you.