How can I access data from MS Access?

Finger.Octopus at gmail.com Finger.Octopus at gmail.com
Sat Feb 3 12:16:13 EST 2007


On Feb 3, 10:27 pm, Bruno Desthuilliers
<bdesth.quelquech... at free.quelquepart.fr> wrote:
> Finger.Octo... at gmail.com a écrit :> How to access data from MS Access? I tried ADOdb for Python but it
> > doesn't seems to work.
>
> > Even the official examples dont work, like this one:
>
> > import adodb
> > conn = adodb.NewADOConnection('access') # mxodbc required
> > dsn = "Driver={Microsoft Access Driver (*.mdb)};Dbq=d:\\inetpub\\adodb\
> > \northwind.mdb;"
> > conn.Connect(dsn)
>
> > (I have downloaded mxodbc, but still it doesn't works)
>
> "doesn't work" is the worst possible description of a problem. Did it
> print out some insults in a foreign language ? wipe out your HD ? Else ?

I havn't said "doesn't work", I rather doesn't seem to work.




More information about the Python-list mailing list