Hello all I am new to google gears. In my application , I have several tables with paging and I am handling considerably large data in the table. (20000 rows per page ) . all this data is in JSON format. I want to store all this data when I switch from one page to another on client side database so that I don't have to make a server trip for each page. Is it possible to store the data this way ? Any white paper link will be greatly appreciated Thanks Samir
- [gears-users] Can I store JSON in local database ? Sam