Unable to connect to SQL Server via pymssql

后端 未结 3 1784
一个人的身影
一个人的身影 2020-12-18 22:59

I am attempting to connect to SQL Server running on Windows XP system from a *nix system on a local server via pymssql. However, the connection fails as shown below

3条回答
  •  既然无缘
    2020-12-18 23:25

    is it a windows machine u working on? specify the port 1433. it seems to be a bug in the mssql client api, which tries to use Namedpipes instead of TCP/IP.

提交回复
热议问题