Software Archive
Read-only legacy content
17061 Discussions

SQLite local storage

Quintieri_C_
Beginner
327 Views

Hello guys, I'm new XDK. I need to read data from a sqlite file that I put into the www folder of the project html5 + cordova. In the database there is a table called T_UTENTI and consists of the columns ID (autoincrement), user (varchar), pwd (varchar)

Who explains to me step by step how to do? Thank you

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
327 Views

For questions regarding how to work with the SQLite plugin and SQLite databases, you should contact the author of the SQLite plugin and search Stack Overflow for questions about "Cordova PhoneGap SQLite Plugin" (or something similar). The XDK creates standard Cordova apps, so anything you find that helps a Cordova app developer will help you with your XDK app.

0 Kudos
Reply