Protocol error in TDS stream

Posted by jasonline on Stack Overflow See other posts from Stack Overflow or by jasonline
Published on 2010-04-15T08:31:30Z Indexed on 2010/04/15 8:33 UTC
Read the original article Hit count: 321

Filed under:
|

What are the possible causes of this type of error - "[Microsoft][ODBC SQL Server Driver]Protocol error in TDS stream"?

And how can this be fixed?

My application runs in C++ calling stored procedures implemented in SQL Server. There's this one SP (containing select and update statements) that causes this problem, after which all succeeding queries will return that the cursor is in an invalid state. I've checked the SP but I don't see any possible problem.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about tsql