[Tutor] MS Access......

Kent Johnson kent37 at tds.net
Tue Aug 30 13:30:21 CEST 2005


Eric Walker wrote:
> I want to know what modules are available to connect
> and talk with MSAccess databases...

google 'python msaccess'

You can talk to Access directly using ADO:
http://www.ecp.cc/pyado.html

or via DAO:
http://starship.python.net/crew/bwilk/access.html

adodbapi puts a Python DB-API wrapper around ADO:
http://adodbapi.sourceforge.net/


Kent



More information about the Tutor mailing list