Hi all,

Hoping someone can help me out here. We have a web app that has been
live for a while, using Pylons, SA & PYODBC. Our DB server is SQL
Server 2005, so we're using mssql.py for our connection there. It all
runs on Apache 2.2.6...

Since our system went live we have been getting more & more errors
like this: "DBAPIError: (Error) ('HY000', '[HY000] [Microsoft][SQL
Native Client]Connection is busy with results for another command
(0)') u'SELECT" ...snip valid SQL string...endsnip

In each case, the sql is fine, & works quite happily when run directly
on the db. I know that SQL Server 2005 has a new feature called MARS
(multiple active result sets). We are using a MARS enabled driver (the
most recent 2005 native client ODBC driver), and so I am a bit
confused as to why this is happening.

If anyone can help me out here, that would be appreciated :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to