Hey Pooja -- If you do some searches in the group I think you can find a bunch of posts about this. Also, for GWT specific information they have a Google Group that might be able to provide more specifics. What you can do is take the data in SQLite and put it in a data format such as XML or JSON (preferable, when using Javascript). Then do an XMLHttpRequest to send that data to a serverside script, such as PHP, Python etc. That script can interact with your MySQL database to insert the data. I'm not familiar with using GWT but maybe there is a serverside component with a MySQL binding.
-Ben On Mon, Sep 22, 2008 at 11:23 PM, pooja <[EMAIL PROTECTED]> wrote: > > Hi, > I am using gears for a customer information system web > application. I am using GWT 1.5.2. The application captures customers > information like name, address etc. I have been able to save a > customer profile in offline mode and retrieve it back. Now i have to > send the captured data to mysql db which i am using and also fetch > data from mysql on going offline and provide search functionality on > this data in offline mode. I am unable to figure out how to send data > from sqlite to mysql db and vice versa. Any help would be greatly > appreciated. > > thanks in advance, > pooja >
