UPDATE: This version is now obsolete. A new version is available here.

Here is an updated/rewritten version of my AIR SQLite Admin application. You can use this application to examine the structure of a database, create a new database or open an existing one, execute any type of SQL statement, etc.
An interesting aspect of this new version is that the application itself uses a database (sqladmincache.db) to keep track of the databases you opened and the statements you executed. This is useful if you want to quickly re-open a recently accessed database, or re-execute a recently executed statement.
This new version uses synchronous database operations (AIR beta 1 only supported asynchronous database access), and uses the schema API (also new in beta 2) to show you the list of tables and columns available in your database.
The UI is still simple, but uses some new AIR and Flex 3 features such as the AdvancedDataGrid and Native Windows.
Click here to install the application.
Click here to download the source code.
作者:gdgzboy@牛C网
地址:http://www.niuc.net/post/262/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
Salesbuilder Beta 3 (AIR file Flex Source Code)
Silverlight vs Flex
对 Adobe Flex的 十大误解
Flex调用JS(Javascript)
增加 Blur 效果
Building database-driven Flex applications without writing (Client- or server-side) code
条码技术研究内容
BRIO 超级酷的网络会议室
Flex 3 正式版注册码(cdkey)
Flex中数据绑定技巧
Flash AS 实现好看的清晰的飘动云和风吹草动画
Offline Synchronization using AIR and LiveCyc





