Tony Meyer wrote:
Does anyone know of any online resource that explains how to
interface to Microsoft Access via Python, where the intended
audience is someone who knows Python, but not the Microsoft innards?


These two pages are quite good:

<http://starship.python.net/crew/bwilk/access.html>
<http://www.ecp.cc/pyado.html>

adodbapi gives a Python DB-API interface to ADO. It seems to work with Access. http://sourceforge.net/projects/adodbapi

Kent


=Tony.Meyer

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to