On Feb 3, 10:27 pm, Bruno Desthuilliers
<[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to