AIR Tip 12 - Working with the SQLite Database

April 18th, 2008

The SQLite database inside of AIR provides a great deal of functionality that can be used to create a great many different types of applications. In this article, I have placed links to the tutorials I have been writing over at InsideRIA.com on how to use this functionality (I am about halfway through this series). Let me know if you have any questions - and I can address them in the upcoming tutorials. Currently, I have covered topics such as: connecting to a database, running basic queries, strongly typing query results, and parameterized queries.

My SQLite Tutorials at InsideRIA.com

AIR | Comments | Trackback | Del.icio.us | Digg | Technorati Jump to the top of this page

2 comments on “AIR Tip 12 - Working with the SQLite Database”

  1. 01

    hi,

    just wondering if it is possible to import a CSV file into AIR and synch it to the SQLite database?

    vkminds at April 21st, 2008 around 9:30 am
    Jump to the top of this page
  2. 02

    You could actually do this in AIR (and have it look over the CSV file), but in most cases, you will want to use one of the SQLite administration tools to create the database, and then you can just include it in your AIR application (that is what I did for the tutorials at InsideRIA).

    I put a list of SQLite administration resources on InsideRIA at the end of this article:

    http://www.insideria.com/2008/03/air-api-introduction-to-the-sq.html

    David Tucker at April 21st, 2008 around 9:40 am
    Jump to the top of this page

Leave a Reply

  •  
  •  
  •  

You can keep track of new comments to this post with the comments feed.

Badges

View David Tucker's profile on LinkedIn
Inside RIA Badge

Community Posts