Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 A severe error occurred on the current command

Author  Topic 

leoparsd
Starting Member

6 Posts

Posted - 2007-04-27 : 06:27:37
hi guys, i develop a web application with asp.net and i modify the connection string ip in accordance to my local sql server and the server provided by hosting firm. However, when i use the hosting firm's sql server, although i can list records from database tables' on my web page, i receive the following error if i try to update or insert into the tables. what do you think the cause might be?
thanks in advance

A severe error occurred on the current command. The results, if any, should be discarded.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: A severe error occurred on the current command. The results, if any, should be discarded.
   

- Advertisement -