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

Updating Sql Lite

Contributor ,
Jan 16, 2012 Jan 16, 2012

Copy link to clipboard

Copied

Hi,

I created an air application with Flash builder with a SQL Lite database. When I delete a row from one table, the problem is that the deletion is not updated. Only when I close and open the application the deletion is effective. How can I instantly update the database so that the change becomes effective immediately?

Views

672

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
Guest
Jan 17, 2012 Jan 17, 2012

Copy link to clipboard

Copied

Not sure if this will help you but I generally use Atomic Commit.

http://www.sqlite.org/atomiccommit.html

Good Luck to you.

Bob

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
Contributor ,
Jan 18, 2012 Jan 18, 2012

Copy link to clipboard

Copied

LATEST

Thanks. I am not sure that will solve my problem. As  I said the Database information has been changed, but  the old information still seems to be in cache. It is also strange, because when I add a row it updates  ok.

Apart from that do you have a simple code example for the AC?

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