Hi ive looked around alot and cant find an easy way to save data. the easiest way I found was using a database SQL. Is there a easier way? Also If there isnt an easier way I wanted to know how to SQL work exactly. I know how to open a database but how do I reopen when someone reopens the app. I have been using this code to open the database. Will this make one/open the database.
var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);

