Avg. Rating 4.0

Problem

How to explore SQLite database structure in an Adobe AIR application?

Solution

Using SQLConnection and various SQL schema class I have explore SQLite DB class.

Detailed explanation

I have created sample exmple where user can browse proper SQLite database file.

Application display all table list from the selected database also it shows columns list when any specific table get selected.

After table selection all column listed. It also diplay data from the specific selectd column.

Trigger and Views also can be explore from databas using same class.

i have attached sample files(Flash Bulider 4).

Regards,

Virat Patel


+
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at Adobe.

Report abuse

Related recipes