MSSQL in python 2.7
问题 Is there a module available for connection of MSSQL and python 2.7? I downloaded pymssql but it is for python 2.6. Is there any equivalent module for python 2.7? I am not aware of it if anyone can provide links. Important note: in the meantime there is a pymssql module available. Don't miss to read the answer at the end of this page: https://stackoverflow.com/a/25749269/362951 回答1: You can also use pyodbc to connect to MSSQL from Python. An example from the documentation: import pyodbc cnxn =