Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
should be community wiki – SilentGhost Jul 24 '09 at 9:08
It may be helpful to know what versions of Python you are using. – paperclip Sep 13 '11 at 10:25

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.