Sync Local Database to Server Database
Hi,
I am creating an AIR (Andriod) which is basically one of CRM (customer relationship management) application. Application maintains a local databse for user operations which includes CURD operations on databse. If application gets the connectivity to internet then the records will get stored in local db as well as on server db at the same time.
But when application is in offline mode (i.e no internet connectivity) then CURD operations will performed on local databse...
My Problem is when application comes again online mode (gets internet access) then the local DB latest changes needs to be sync to server db.
Please provide me a sample code, some ideas for coding, some links for any opensource library etc which points me for local db sync to server db
thanks in advance.
