Ged Murphy schrieb:
How can I get a list of all tables programmatically in a given SQLite
database?

Do a SELECT on the sqlite_master table and pick the info you need.

Michael


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

Reply via email to