Link to home
Start Free TrialLog in
Avatar of JeraldFernando
JeraldFernandoFlag for India

asked on

HTML5 Database location

Hi,

I am new to HTML5 and I have few questions regarding the Local Database.

Where is the database stored in the local machine?
Is it stored in the cookies section?
If so how can we see the values in our local editor by browsing through the paticular folder?
If sample application is provided that will be of great help.

Thanks in Advance
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Your question sounded interesting so I looked it up.  It turns out that the people involved could not come to an agreement so it is abandoned at the moment.  Note the big warnings on these two articles.

http://www.w3.org/TR/webdatabase/ 
http://en.wikipedia.org/wiki/Web_SQL_Database
ASKER CERTIFIED SOLUTION
Avatar of JeraldFernando
JeraldFernando
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I hope you realize that Chrome is the only browser that will use that location for HTML5 local storage.  Safari and Opera will use their own locations.  And even though you can see it thru a Firefox addon, Firefox won't be using that location either.  IE8 calls it DOM Storage and here's their page: http://msdn.microsoft.com/en-us/library/cc197062%28VS.85%29.aspx
Avatar of JeraldFernando

ASKER

Hello Dave,

Thanks for the reply. Actually I doing the ground work for using SQLite by using JQTouch/JQuery Mobile/Sencha.

Anyway will raise a seperate question for that
Since I was able to find the solution on my own