hello I need to Synchronize my remote database what is the best way to do that
I want to sync database tables every time If I load all data in local database and then make some query to add and remove the data that changes is this best way to sync or there are best way
I know that Erel But My question is How I can Add this feature To my data without Create New tables I need the make the changes To my tables not to another tables
Whay do you need a full sync? You never synchronize a big database with a "small" device (except you need a backup at a 2nd db server). Just show the first 100 rows and retrieve the next if needed.