Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link SQL Related Articles: Calling stored procedure with return parameter 2003-02-28 -- Lesley Dean Newsgroups: TopSpeed.Products.Drivers
Hi Jim, Benjamin,
I would just change Jim's example to NORESULTCALL if there is no result set
being returned. And I would add a fileerror check.
eg:
retval long
OptionalInParam string(20)
code
bind('retval',retval)
bind('OptionalInParam', OptionalInParam)
View{prop:sql}= '&RetVal = NORESULTCALL
StoredProcName(&OptionalInParam[IN])'
if errorcode() = 90 then stop('Error in StoredProcName: ' &
fileerrorcode() & ' ' & fileerror()).
message('RetVal='&retval)
HTH.
--
--------------------------
Lesley Dean
CapeSoft
www.capesoft.com
"jim kane"
Today is November 23, 2024, 2:17 am This article has been viewed 35319 times. Google search has resulted in 102 hits on this article since January 25, 2004.
|
|