SQLite - get table list?
Posted: Wed Sep 26, 2007 7:01 am
Does anyone happen to know how to pull a table list in SQLite?
I had high hopes for ... but got no results (but no errors either).
I then tried various attempts at
I mean ... I don't even know what that SHOULD show ... but it did the same. No error but no results.
Any help would be great ... thanks.
I had high hopes for
Code: Select all
select * from sqlite_master; I then tried various attempts at
Code: Select all
PRAGMA database_list;Any help would be great ... thanks.