help - inserting values into database tables

Paul Rubin phr-n2002a at nightsong.com
Sun Feb 17 19:15:03 EST 2002


chajadan <python at chajadan.net> writes:

> Yes, this is altogether possible.
> 
> There is a module include in the main distribution called odbc, and
> one called dbi.

Whaaa?  That's the first I've heard of this.  In Python 2.2 under Linux,
"import odbc" and "import dbi" both throw ImportError.

There's an ODBC module in Vaults of Parnassus that looks pretty good, but I haven't
tried it yet.  Is that what you meant?



More information about the Python-list mailing list