View Single Post

  #4 (permalink)  
Old 10-16-2007, 04:51 AM
a.karrabi a.karrabi is offline
DataBase Lover
 
Join Date: Oct 2007
Posts: 3
a.karrabi is on a distinguished road
Exclamation 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.
Reply With Quote