By best, I mean most-common, easiest to setup, free. Performance doesn't matter.
Asked
Active
Viewed 425 times
4
-
Duplicate: http://stackoverflow.com/questions/289978/whats-the-simplest-way-to-access-mssql-with-python-or-ironpython – S.Lott Mar 01 '09 at 01:01
-
1Related, but not a duplicate, I think. The "from linux" in my question and the "or ironpython" in the other question makes these questions different. I need something I know will work on linux. – Corey Trager Mar 01 '09 at 01:39
-
You may find this topic helpful: [https://stackoverflow.com/questions/289978/whats-the-simplest-way-to-access-mssql-with-python-or-ironpython](https://stackoverflow.com/questions/289978/whats-the-simplest-way-to-access-mssql-with-python-or-ironpython) – Randolpho Mar 01 '09 at 00:36
4 Answers
3
I decided that pyodbc was the best fit. Very simple, stable, supported:
http://code.google.com/p/pyodbc/

Corey Trager
- 22,649
- 18
- 83
- 121