Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pymssql

Why Can't Apache See My Python Module?

I am running a Python 3.4 virtualenv on Ubuntu 14.04 with mod_wsgi in apache 2.4. For some reason, … Read more Why Can't Apache See My Python Module?

Pymssql: How To Use Windows Authentication When Running On A Non-windows Box

Is there a way for python to connect to MS SQL Server using Windows Authentication, even when not r… Read more Pymssql: How To Use Windows Authentication When Running On A Non-windows Box

What Are The Advantages And Disadvantages Of Using Pypyodbc, Pymssql, And Pyodbc?

I know that Pypyodbc is the newer version of Pyodbc. A question before asked about the comparison b… Read more What Are The Advantages And Disadvantages Of Using Pypyodbc, Pymssql, And Pyodbc?

Installing Pymssql In Centos 6.6 64-bit

I'm trying to pip install pymssql in my Centos 6.6, but kept on experiencing this error: _mssq… Read more Installing Pymssql In Centos 6.6 64-bit

Unable To Connect Using Pymssql With Windows Authentication

While trying to connect to MSSQL Server 2012 using pymssql, I get the following error. My server na… Read more Unable To Connect Using Pymssql With Windows Authentication

Pymssql: How To Use Windows Authentication When Running On A Non-windows Box

Is there a way for python to connect to MS SQL Server using Windows Authentication, even when not r… Read more Pymssql: How To Use Windows Authentication When Running On A Non-windows Box