Accessing MDB files on Windows

Robert Brewer fumanchu at amor.org
Wed Jan 19 16:35:20 EST 2005


Jorge Luiz Godoy Filho wrote:
> 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... :-)

Use ADO unless you need to support older versions of Windows. It'll be a
lot faster and cleaner than ODBC.


Robert Brewer
MIS
Amor Ministries
fumanchu at amor.org



More information about the Python-list mailing list