Python, Access and win32com
Alex Martelli
aleaxit at yahoo.com
Fri Feb 23 06:16:57 EST 2001
"Will Newton" <will at nospam.misconception.org.uk> wrote in message
news:973pvb$ms8$1 at newsg1.svr.pol.co.uk...
>
> I have been struggling to get MS Access 97 and the JET database engine to
> work with Active State Python and the win32com extensions.
>
> If I run daodump.py I get the following error:
I suggest not using DAO (an obsolete technology) but rather ADO (which
works just fine with many kinds of data sources, fully including Jet).
Get the latest MSDAC from the Microsoft site, makepy it, & be happy...
Alex
More information about the Python-list
mailing list