Thursday, 15 August 2013

how to you download .sqlite data from a web app

how to you download .sqlite data from a web app

I have created a phone-gap/Icenium web app that allows the user to input a
lot of data which is saved to a sqlite table on the phone.
I want the user to be able to export the data from the sqlite on the phone
onto a computer for analysis in excel or other spreadsheet editor.
Is there a way to do this with javascript so that it emails/downloads, or
would the user need to explore the phone and copy and paste the .sqlite
file?
Thanks in advance.

No comments:

Post a Comment