On Wed, Feb 24, 2010 at 1:28 PM, Anand Chitipothu <[email protected]> wrote: > On Wed, Feb 24, 2010 at 1:13 PM, Mehndi, Sibtey > <[email protected]> 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 _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
