0

I found a neat tutorial at http://www.tutorialspoint.com/html5/html5_web_sql.htm It sounds like it would be great to learn this but I can't find the location of the DB(s) I think it creates two but I'm, not sure. the code to create the db's doesn't give a path here it is:

    var db = openDatabase('mydb', '1.0', 'Test DB', 2 * 1024 * 1024);

I am using local storage so the db must be on my computer, but where? I found a question here that was similar but even though there was a reply, the asker still wasn't given a location for his db. I have used "Inspect Element" in Chrome but it doesn't give a location either. I know the database was created and the data written and read because the code indicated that. Thanks, Paul

1 Answer 1

1

Path of the database file should be something like this

C:\Users\USER_NAME\AppData\Local\PROVIDER_NAME\BROWSER_NAME\User Data\Default\databases\IP_ADDRESS

Sign up to request clarification or add additional context in comments.

2 Comments

You lost me at "PROVIDER NAME" What would that be?
@user1675122 If your browser is chrome, then provider name is 'google'

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.