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

前端 未结 8 2070
忘了有多久
忘了有多久 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-04 17:31

    I also successfully use pymssql with CPython. (With and without SQLAlchemy).

提交回复
热议问题