• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

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

New Here ,
May 26, 2015 May 26, 2015

Copy link to clipboard

Copied

windows desktop air application, HTML based.

TOPICS
Development

Views

353

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 26, 2015 May 26, 2015

Copy link to clipboard

Copied

HTML based? Which version of AIR are you using?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 27, 2015 May 27, 2015

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines