How can I get all the names of a table without doing a query against
the table ?

PRAGMA table_info(table-name);
And it also works for views, as just found out by trial and error ;-)
Is this standard SQL behavior ?


--
cheers,
Stef Mientki
http://pic.flappie.nl


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to