List of tables from a Sqlite database


At this time this is my shortest code to achieve that (with Flex 3):

connection:SQLConnection
connection = new SQLConnection()
connection.open(new File('d:/database.db'))
connection.loadSchema()
var db:SQLSchemaResult
db = connection.getSchemaResult();

listTables.dataProvider = db.tables

Where listTables is a mx.List control
which have labelField="name"
Note: this article will be updated





Google

AutoCRUD

Details…


KISS principle

Details…


Flex 3 release - 02/25/2008

Details…