Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi html 5 experts

On load of a html5 page i wanted to fetch the values from sql database table
and have to store in indexeddb in html5 (totally ofline operation )
On submit button click i wanted to save using database connection(online operation)

ex: I have to database tables district and taluk
Now On Load am loading district and after selecting district once again am sending request to
server and fetching taluk it is taking to much time to avoid this am using this approach
but am new to this concept can any one please help me to solve this issue?

thanks in advance
(Keerthi Kumar)
Posted

1 solution

hi,
this url will help to according to your problem.please read and get the idea.

http://www.html5rocks.com/en/tutorials/indexeddb/todo
 
Share this answer
 
Comments
Keerthi Kumar(Andar) 20-Dec-13 0:09am    
thank you so much nuke_infer
But one doubt yesterday i have gone through the same article
but in that they have not given the concepts about
database connection, and how to store the loaded values

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900