Re: Return value in stored procedure
- From: "Kevin Frevert" <kevin@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 16 May 2008 07:42:08 -0500
"Man T" <alanpltse_NOSPAM@xxxxxxxxxxxx> wrote in message
news:482cc7df$1@xxxxxxxxxxxxxxxxxxxxxxxxx
So is there a way to get the return value from the stored procedure?
Yes, you should be able to access the return value in a similar manner by
accessing the return value parameter
Parameters.ParamByName('@RETURN_VALUE').Value
Good luck,
krf
.
- References:
- Return value in stored procedure
- From: Man T
- Re: Return value in stored procedure
- From: Kevin Frevert
- Re: Return value in stored procedure
- From: Man T
- Re: Return value in stored procedure
- From: Kevin Frevert
- Re: Return value in stored procedure
- From: Man T
- Return value in stored procedure
- Prev by Date: Re: EOAsyncFetchNonBlocking Question
- Next by Date: FixedWideChar - ADODB Problem ??
- Previous by thread: Re: Return value in stored procedure
- Next by thread: Append and post - with standardvalues
- Index(es):