Technology

Creating database in Phonegap

Currently I am building a mobile app using Phonegap. In my project I need to store the data into the database and refresh it with server time to time. Phonegap have the Storage API to do this. Storage API is based on the W3C HTML5 webdatabase. So we just need to create the database and corresponding table according to the webdatabase...

by Uday Pratap Singh
Tag: execute sql query in phonegap
24-Sep-2012