zakir Hussain

zakir Hussain

  • NA
  • 7
  • 1.6k

need a return value from the stored procedure.

Feb 22 2013 3:45 AM
I am trying to update a SQL-SERVER table using a Stored-Procedure which is called in a web-Service.
here i need a return value from the stored procedure so that i can send true or false to the user regarding the update confirmation.

I am Using C# as the language and ADO.Net architecture for connecting and manipulating SQL-Server Tables.

I am also using SQLDataConnection(System.Data.SqlClient).


Thanks in Advance

Answers (3)