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
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