Chapter 11. Working with Databases
The Adobe AIR software comes with the open source (and most excellent) SQLite database application built in. This is a lightweight tool that’s easy to use and has more than enough features for most programs. Thanks to the inclusion of SQLite, your AIR applications have a smart and simple way to store and retrieve data.
In this chapter you’ll learn the basics of working with an SQLite database from an AIR application. Although the chapter doesn’t assume experience with SQLite specifically, it will help if you’re familiar with using relational databases in general and have already utilized SQL (Structured Query Language, which is used to communicate with pretty much every database application). For more information ...
Get Adobe AIR (Adobe Integrated Runtime) with Ajax: Visual QuickPro Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.