Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- From: "Patrick" <pdc@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Apr 2005 16:19:40 -0500
> I saw in the
> sql help that it states that stored procedures don't return values??? But
> then I see that there is the 'return' ?call? available that is suppose to
> return a value...???
In MS-SQL, you call RETURN() to send a return value. (Right before the GO)
.
- Follow-Ups:
- References:
- Prev by Date: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- Next by Date: Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- Previous by thread: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- Next by thread: Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- Index(es):
Relevant Pages
|