Is there any way to update remote database with offline database record? Full explanation :
I create one database in mysql. I create one same database on client side in sqlite. And inserting data in to it. And i want to update online database(mysql) with the new inserted data in local database. When i sync with server i also want to update local database with server database for offline work.
