[Chicago] How to get table names from ODBC?

Jess Balint jbalint at gmail.com
Mon Aug 6 17:42:45 CEST 2007


On Fri, Aug 03, 2007 at 10:24:30AM -0500, Lukasz Szybalski wrote:
> Hello,
> I am using python win32 extentions.
> 
> I get connected via odbc to a database files that are sitting in the folder.

There is an ODBC function called SQLTables() that facilitates this, but
it seems this library doesn't expose it.

Jess


More information about the Chicago mailing list