Articles for November, 2009
Multi-table INSERT using one SQL statement in AIR SQLite
This article describes a way that you can use a single INSERT statement to add data to multiple tables in the SQL dialect supported by the SQLite engine in Adobe AIR. Normally in SQL, including in AIR’s built-in SQLite database engine, you can only add data to one table at a time using an INSERT […]
» Keep reading Multi-table INSERT using one SQL statement in AIR SQLite

