omprakashrudhru 0 Newbie Poster

I have been using Pymssql to connect to MS SQL Server from Python.
Currently I am not able to debug my python scripts due to a issue ("No buffer space available") in pymssql.
I was also thinking of other options like using pyodbc.
I need a good solution to connect to SQL Server 2005 & 2008.
Please guide me which open source module to use for achieving this.