AJAX + JSON

the online -> offline
make an ajax request for the DB data. this data will be returned as
JSON. thenmake a worker to insert data from JSON into local database.

the offline -> online
make an ajax request with a json attached to a server url that is able
to handle that JSON an update the online date

On Aug 25, 1:34 pm, Bala <[email protected]> wrote:
> Hi!.. I am try to implement Gears concept in my forth coming project.I
> get example's of files capturing and local database creation with out
> ajax help.For real time app i need to known how local database created
> and synchronized from server database and after doing some updation,
> process how to upload local database to server database. I am using
> Java,My-sql in server side and SQLite in local server.
>       Pls inform how to synchronize local and server automatically.I
> try to get these concept through net but i can't get it.Any body help
> me.....Its urgent.....
>
> ThankS
> Balaji C

Reply via email to