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

前端 未结 8 2063
忘了有多久
忘了有多久 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:28

    I've used pymssql with standard python and liked it. Probably easier than the alternatives mentioned if you're just looking for basic database access.

    Sample code.

提交回复
热议问题