|
-
May 5th, 2005, 03:42 AM
#12
Frenzied Member
Re: Return value of Stored Procedure
If you have a return statement at the top of your procedure, then it will do just that: Return.
Nothing after the 'Return' will get executed. So, in your latest example there is no recordset created, so none will be returned.
In order to get at your return value, you'll need to use the example that techgnome posted.
I'm still not sure why you want a recordset and a return parameter containing the same value...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|