I installed SP4 successfully one of my development server. But My application gives error while saving into the table.
The error is:
Table data couldn't be saved. Error in table.save.
A severe error occurred on the current command.
Also, I checked in the event viewer the error says:
An error occurred in the following module: ClassB.Table.Save
Source: DBAccess
Message: A severe error occurred on the current command. The results, if any, should be discarded.
Stack Trace: at DATA.DBAccess.ExecSPReturnDS(String SPName, ArrayList ParamValues, Int32 intCommandTimeOutinSeconds)
at ClassB.Table.Save()
Target Site: System.Data.DataSet ExecSPReturnDS(System.String, System.Collections.ArrayList, Int32)
Any help will be greatly appreciated.
The error is:
Table data couldn't be saved. Error in table.save.
A severe error occurred on the current command.
Also, I checked in the event viewer the error says:
An error occurred in the following module: ClassB.Table.Save
Source: DBAccess
Message: A severe error occurred on the current command. The results, if any, should be discarded.
Stack Trace: at DATA.DBAccess.ExecSPReturnDS(String SPName, ArrayList ParamValues, Int32 intCommandTimeOutinSeconds)
at ClassB.Table.Save()
Target Site: System.Data.DataSet ExecSPReturnDS(System.String, System.Collections.ArrayList, Int32)
Any help will be greatly appreciated.