Skip to main content
Participant
May 26, 2015
Question

How to store data to sqlite which can be fetched after restarting application

  • May 26, 2015
  • 1 reply
  • 541 views

windows desktop air application, HTML based.

This topic has been closed for replies.

1 reply

Joseph Labrecque
Community Expert
Community Expert
May 26, 2015

HTML based? Which version of AIR are you using?

GPNIRAuthor
Participant
May 27, 2015

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.

Joseph Labrecque
Community Expert
Community Expert
May 27, 2015

I don't suppose you can share the relevant code package?