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
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to