3
Answers

need a return value from the stored procedure.

zakir Hussain

zakir Hussain

12y
1.3k
1
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)
0
Chintan Rathod

Chintan Rathod

NA 5.5k 1.9m 13y
<script src="../helloworld.js">
</script>

Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.

By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.