views:

215

answers:

1

Hi,

Can you list some resources that explain using ADODBAPI in python.?

+1  A: 

ADO can be accessed with win32 extensions for python.

ADO is acessible through COM objects.

You can have a look at this page that would give a lot of info: http://www.ecp.cc/pyado.html

luc