This is a discussion on Error in SQL Server 2005 within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi all, I've an application written in VC++ 2003 and I'm using ODBC to connect to SQL Server 2000. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, I've an application written in VC++ 2003 and I'm using ODBC to connect to SQL Server 2000. When i tried to test my app on SQL Server 2005, I encountered an error while executing stored procedures. The error appears after executing several stored procedures (in the second one). The error is: HY000: Unspecified error occurred on SQL Server. Connection may have been terminated by the server. The first stored procedure always works fine, but the second procedure always fail. any body faced this problem, or any body knows a work around, thanks in advance |