|
|
sybperl-l Archive
Up Prev Next
From: "David Owen" <dowen at midsomer dot org>
Subject: Re: output parameters
Date: Sep 25 2000 5:53PM
I think I messed up the email address last time, so I will resend!
There is currently no way of doing this *other* than parsing syscomments.
Obviously that is dependent upon the text for the procedure still being there.
Bret Halford has entered a feature request via the ISUG for just this feature.
I do not know if it is scheduled for 12.5 or not.
Sadly, I suspect that this is not what you wanted to hear .
dowen
> Is there a way to determine which are the output parameters of a stored
> procedure? sp_sproc_columns doesn't seem to distinguish between input and
> output parameters nor do any of the system tables, apparently. My current
> thought now is to parse through the text of the stored procedure, using perl.
> However, I would hope there is another easier/straightforward way. I am using
> Sybase 11.0.3.3.
|