Accessing MDB files on Windows

Larry Bates lbates at syscononline.com
Wed Jan 19 11:01:43 EST 2005


I'm assuming the application will be run on Windows.

You can use ODBC or DAO.

An DAO solution that I wrote (and use) can be found
at:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/303349

For ODBC you would just use the standard library module.

Larry Bates
Syscon, Inc.

Jorge Luiz Godoy Filho wrote:
> Hi,
> 
> 
> What is the best way to deal with MDB files?  I was thinking on using
> ODBC...  I'll need to read and write some information to it.  The load
> won't be so high, but there might be a lot of data. 
> 
> Any advices?  Will my approach work?  I'm not a Windows guy... :-)
> 



More information about the Python-list mailing list