[BangPypers] python module for SQL Server connection

Baiju M mbaiju at zeomega.com
Wed Feb 24 09:41:55 CET 2010


On Wed, Feb 24, 2010 at 1:28 PM, Anand Chitipothu <anandology at gmail.com> wrote:
> On Wed, Feb 24, 2010 at 1:13 PM, Mehndi, Sibtey
> <sibtey.mehndi at genpact.com> wrote:
>> Hi
>>     I have migrated my database from mysql to SQL SERVER. Could you please tell me the python module to be used to make the connection with SQL SERVER?
>
> try pymssql.

If you need ODBC, two non-free packages are available:
mxODBC & mxODBCConnect from: http://egenix.com/

There is a free ODBC based one also: http://pyodbc.sourceforge.net/

Regards,
Baiju M


More information about the BangPypers mailing list