What's the simplest way to access mssql with python or ironpython?

前端 未结 8 2056
忘了有多久
忘了有多久 2020-12-04 16:56

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

8条回答
  •  再見小時候
    2020-12-04 17:31

    http://adodbapi.sourceforge.net/ can be used with either CPython or IronPython. I have been very pleased with it.

提交回复
热议问题