简体   繁体   中英

Does Python's MSSQL module support Microsoft 2000 SQL Server communication?

We have an old Microsoft 2000 SQL Server at the office that we want to use in sync with a new Python program for depositing some log data. I was wondering if there is a specific Python module for connecting with older versions of Microsoft's SQL Servers or if current modules like MSSQL will suffice?

I think your options are pyodbc ( found here ) and pymssql ( found here ). I don't think there are any in-betweens or other options. As far as whether it works-- I would assume so, but only because mssql2k was released so long ago, and depends on the odbc framework. I can't guarantee success, but it's certainly a good starting point.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM