D
Daniel Caetano
Hi all, i have a store procedure that i use the return function . Ex.
create procedute XX as
(statement...)
if @@error <> 0
return 1
else
return 0 .
Inside the vb net i wnat to call that procedure and retrieve that value
returned. I´m using command. Is that possible? How can i do it? Or i must to
create an output variable in my sp?
Thanks
create procedute XX as
(statement...)
if @@error <> 0
return 1
else
return 0 .
Inside the vb net i wnat to call that procedure and retrieve that value
returned. I´m using command. Is that possible? How can i do it? Or i must to
create an output variable in my sp?
Thanks