[Tutor] database programming

Kent Johnson kent37 at tds.net
Mon Feb 21 22:21:23 CET 2005


Liam Clarke wrote:

> PS Anyone know if there's a way to get a list of tables in a DB? I've
> got the pragma to get a list of columns in a table, but just in the
> off chance...

AFAIK there is no standard way to do this - it is different for each database. For SQLite, see this FAQ:
http://www.sqlite.org/faq.html#q9

Kent



More information about the Tutor mailing list