by Charlie Key
Learning how to work with SQLite, AIR's built-in, self-contained database engine, is a must for any developer wanting to integrate the web with the desktop in an AIR application. In this article, Charlie Key explains the concept of synchronous vs. asynchronous queries, covers different database queries in AIR (Create, Retrieve, Update and Delete), and then takes us through the building of a simple task application, complete with code, to illustrate the use of synchronous SQLite queries.
Download the code for Synchronous SQlite Database Queries in AIR