Locked
3
Replies
3
0
How to store data to sqlite which can be fetched after restarting application
New Here
,
/t5/air-discussions/how-to-store-data-to-sqlite-which-can-be-fetched-after-restarting-application/td-p/7211281
May 26, 2015
May 26, 2015
Copy link to clipboard
Copied
windows desktop air application, HTML based.
TOPICS
Development
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/air-discussions/how-to-store-data-to-sqlite-which-can-be-fetched-after-restarting-application/m-p/7211282#M41223
May 26, 2015
May 26, 2015
Copy link to clipboard
Copied
HTML based? Which version of AIR are you using?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
GPNIR
AUTHOR
New Here
,
/t5/air-discussions/how-to-store-data-to-sqlite-which-can-be-fetched-after-restarting-application/m-p/7211283#M41224
May 26, 2015
May 26, 2015
Copy link to clipboard
Copied
Im using Adobe AIR 17.0 SDK for developing a desktop application
HTML based... using index.html
folder structure
- app.mxml
- app.xml
- index.html
- js
- main.js
- db.sqlite
using air.SQLConnection() im able to read the information from a sqlite database..But when i store some data and restart application...couldn't find the last inserted data.
Can you please help me to resolve this.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/air-discussions/how-to-store-data-to-sqlite-which-can-be-fetched-after-restarting-application/m-p/7211284#M41225
May 27, 2015
May 27, 2015
Copy link to clipboard
Copied
I don't suppose you can share the relevant code package?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
