I\'ve got mssql 2005 running on my personal computer with a database I\'d like to run some python scripts on. I\'m looking for a way to do some really simple access on the d
http://adodbapi.sourceforge.net/ can be used with either CPython or IronPython. I have been very pleased with it.