José María Gallardo Valle
Posts: 0
Joined: Sat Oct 06, 2012 10:25 am

Error accesing local database (openDatabase is not defined)

Hello,

I'm using a local database in my proyect, and now I get the following error when I try to open it: Error: openDatabase is not defined.

The line is:

var db = openDatabase("hotel", "1.0", "Hoteles", 10000);

One day ago it did work.

Thanks

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Error accesing local database (openDatabase is not defined)

I don't know either why it doesn't work... it's your custom code. Check all the JavaScript, etc.. try to debug it. Make sure you are running in browser that supports this API.

Return to “Issues”