Software Archive
Read-only legacy content
17060 Discussions

EXPORT DATA FROM SQLITE TO TXT FILE

Emanuele_P_
Beginner
511 Views

Hello.
I using Intel XDK.
I developed a small program for iOS and Androi where I store the data on a SQLite database via cordova-sqlite-storage.
I need to export data from sqlite db on a txt file.
How can I do?
I tried different ways but I did not succeed.
Thank you for your help in advance.
Emanuele

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
511 Views

The details of the SQLite plugin (and other third-party plugins) is outside the scope of support this forum can provide. There may be some other developers on the forum that can help you, but your best luck might be checking StackOverflow for answers to questions like "SQLit database cordova-sqite-storage export data cordova phonegap app" or something like that. The XDK creates standard Cordova apps, so solutions you find for Cordova (aka PhoneGap) app developers will also work with the XDK.

0 Kudos
Emanuele_P_
Beginner
511 Views

Tks for the fast reply.

0 Kudos
Reply