Here is the actual problem i have. Full database is loaded locally first time. Then client will modify data. And i want to update those changes only to the online database.
Same as if online database is updated by another local copy then it must reflect in the first offline local copy.. and same like with second one. At last all of three database must be updated with the same data.
