On Mon, Apr 20, 2015 at 7:49 AM, Niemann, Hartmut <
hartmut.niem...@siemens.com> wrote:

>  [...]
>
> Is this the best way to access an mdb database from python (2.7) or what
> would
>
> be preferred?
>
>
>
Rather than programming ADO by COM interface, you might find it easier or
more convenient to use the standard Python db-api interface provided by
sourceforge.net/projects/adodbapi .  It uses the same providers that you
are struggling with now (it calls the ADO COM interface for you) so it will
not help with your existing problem, unfortunately.
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to