Synchronization is application specific one, however you might find
below link useful.

http://code.google.com/apis/gears/architecture.html

You need to have a machanisim to identify the local and online changes
and then sync the actions. You should also have a policy to resolve
the conflict between online and offline actions.

BTW you might have to analyze if at all you should have same schema
for both online and local database and thus exposing the online
schema.

Srikanth

On Mar 30, 9:44 am, Veeru <[email protected]> wrote:
> Hi all,
>
> I have created a local database in google gears and can able to store
> and retreieve the values from the table.
>
> I am also having a table in MySQL database and having the same table
> with the same strutcture which is master database.
>
> I want to sync the data made updated during the offline while I am
> going online, means record in the local database has to be stored in
> the master database while I am going online.
>
> Any suggestion to achieve this will be helpful...
>
> Thanks & Regards
> Veeraraghavan P

Reply via email to