need a return value from the stored procedure.
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)
1
https://www.google.co.in/search?ei=gOFmWpK4A4r_8gW1w7fICg&q=What+is+code+group+in+.net+with+respect+to+CAS%3F%3F+&oq=What+is+code+group+in+.net+with+respect+to+CAS%3F%3F+&gs_l=psy-ab.3...5041.5041.0.6449.1.1.0.0.0.0.411.411.4-1.1.0....0...1c.1.64.psy-ab..0.0.0....0.9IOPnFi-VZo
Accepted