Adobe AIR: Running SQL...
« Make Your Site's RSS Feed Shine | Main | Eclipse Development Tools 2.0 »While many technologies promise to put features of desktop applications on the web, Adobe AIR brings web development to the desktop. Adobe AIR is a cross-platform runtime environment that allows web developers to use their existing Flash and Flex skills to build applications for the desktop.
Adobe AIR in Action introduces AIR, showing developers how to build solid AIR-driven desktop applications. The authors walk web developers through the new AIR application concepts they will need.
As an Adobe AIR developer, one task you will have to master is setting up and connecting your application to a local database. Working with a database requires three basic steps: opening a connection, running commands, and closing the connection. Once you've established a connection to a database, you can run SQL commands (CREATE TABLE, INSERT, DELETE, SELECT, etc.) using the flash.data.SQLStatement class....
Source: devX.com

