Two questions

Martijn Faassen m.faassen at vet.uu.nl
Wed Apr 5 14:00:45 EDT 2000


Ivan Van Laningham <ivanlan at callware.com> wrote:
> Query for information, using a not-very-complicated schema.  Read a file
> and, after massaging the data, stuff the information into the db.

> As reading the file progresses and the information gets transferred to
> the db, update a progress indicator (that's the extent of the GUI;-)

I have been using Win32all's ODBC support successfully for a long time
now. Just install Win32all, create a system DSN for your access database
with the Windows odbc manager, and do:

import odbc, dbi

..after that you can use the Python DB API (version 1) to do SQL queries.

Regards,

Martijn
-- 
History of the 20th Century: WW1, WW2, WW3?
No, WWW -- Could we be going in the right direction?



More information about the Python-list mailing list