How to get a list of table names for a database via ODBC in Windows using mxODBC/python?

Markus markus68 at bigfoot.de
Sun Oct 6 09:34:05 EDT 2002


Ouyang wrote:

> Does anyone know how to get a list of table names for a database via
> ODBC in Windows using mxODBC and python? Thanks in advance.

I don't know anything about ODBC, but for most SQL servers there should be 
some system catalog/table containing all database objects.

For Oracle you could use something like "select table_name from 
user_tables".

Markus



More information about the Python-list mailing list