Delete SQLite Column Using Actionscript 3
May 26th, 2009
An example of how you can delete a column of an existing SQLite table using Actionscript 3.
An example of how you can delete a column of an existing SQLite table using Actionscript 3.
An example of how you can rename a column of an existing SQLite table using Actionscript 3.
A simple example of using SQLite as an embedded database for Adobe AIR applications.