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... :-)

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

Reply via email to