How can I access data from MS Access?
Bruno Desthuilliers
bdesth.quelquechose at free.quelquepart.fr
Sat Feb 3 12:27:08 EST 2007
More information about the Python-list mailing list
Sat Feb 3 12:27:08 EST 2007
- Previous message (by thread): How can I access data from MS Access?
- Next message (by thread): How can I access data from MS Access?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Finger.Octopus 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 ?
- Previous message (by thread): How can I access data from MS Access?
- Next message (by thread): How can I access data from MS Access?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list