are you looking for something like select * from sqlite_master;
? bye, peter Noel Frankinet wrote:
Hello,Is there a better way to list all table making a view than parsing SQL. Is there an API ?I would like to show all table in a view (in a tree-view gadget).Same question for the table schema, I do parse the SQL but its rather fragile.I'm still in 2.8 Thank you.