I created a static method to access my database on one of my activities but I keep getting error on opening the database.
I am looking at building an application that stores data locally using openDatabase. I have a few questions about it.
I am trying to do web apps using PhoneGap framework for iOS. I need to know whether PhoneGap loads page from server or not, I mean , can I use server side scripting language like php, pyhon, etc?
This is a continuation from a previous stackoverflow question. I\'ve renamed some variables so that I can tell what are keywords and what are names that I can control.
I\'m trying to learn about openDatabase, and I think I\'m getting it to INSERT INTO TABLE1, but I can\'t verify that the SELECT * FROM TABLE1 is working.