Skip to main content
Participant
May 26, 2015
質問

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

  • May 26, 2015
  • 返信数 1.
  • 532 ビュー

windows desktop air application, HTML based.

このトピックへの返信は締め切られました。

返信数 1

Joseph Labrecque
Community Expert
Community Expert
May 26, 2015

HTML based? Which version of AIR are you using?

GPNIR作成者
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?