Thread
:
How to retrive values from Stored procedures in .net?
View Single Post
#
4
(
permalink
)
10-16-2007, 04:51 AM
a.karrabi
DataBase Lover
Join Date: Oct 2007
Posts: 3
hi
if u use sqlcommand for executing stored procedure by wizard, return value stored in sqlcommand.parameter(0).value after sqlcommand.executeScalar().
if you write the code by yourself, you must add a parameter as RETURN type in add parameter list.
a.karrabi
View Public Profile
Send a private message to a.karrabi
Visit a.karrabi's homepage!
Find all posts by a.karrabi