Ask a Question related to Coldfusion Database Access, Design and Development.
-
ctrl+alt+delete #1
elp with Multiple Result Sets inside a Stored Procedure
I have a stored procedure that returns an output variable as well as a
result set. It is one that works fine with a .NET application and I am
trying to use it with ColdFusion.
Can someone tell me how to retrieve the output variable or multiple result
sets from one call to a stored procedure using ColdFusion?
The only result set I get returned is the one last processed in the stored
procedure.
ctrl+alt+delete Guest
-
DataAdapter and multiple result sets
I have a SQL Server stored procedure that returns multiple recordsets (three of them), in the same way that sp_helpdb does (try entering EXEC... -
Stored Procedure Result Variable
I am having trouble returning variables from my stored procedures. My CFML and SP code is attached. The error is always: Attribute validation... -
Multiple Result Sets from DB2 stored Procedure
Did you figure out the solution to the problem you stated where you are not seeing all the columns of the multiple recordsets returned by a DB2... -
#23682 [Fbk->NoF]: sybase_query and multiple result sets: not returning first row set
ID: 23682 Updated by: sniper@php.net Reported By: uk at dataway dot ch -Status: Feedback +Status: No... -
#23682 [Opn->Fbk]: sybase_query and multiple result sets: not returning first row set
ID: 23682 Updated by: sniper@php.net Reported By: uk at dataway dot ch -Status: Open +Status: ... -
mxstu #2
Re: elp with Multiple Result Sets inside a StoredProcedure
Take a look at CFSTOREDPROC. You should be able to retrieve output parameters with [url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-b16.htm#wp1102102[/url].
mxstu Guest
-
philh #3
Re: elp with Multiple Result Sets inside a StoredProcedure
Hey mxstu, it's Stealer's Wheel (Gerry Rafferty on vocals), not Dylan: :D
[url]http://groups.google.com/group/rec.music.dylan/browse_thread/thread/88dcd4b68abb[/url]
8b9e/d0f287cf8aaeb641?lnk=st&q=stuck+in+the+middle+with +you+author&rnum=4&hl=en#
d0f287cf8aaeb641
philh Guest
-
mxstu #4
Re: elp with Multiple Result Sets inside a StoredProcedure
philh,
Oh geeez... I hate copy and paste... it never works right before my coffee... thanks
mxstu Guest
-
ctrl+alt+delete #5
Re: elp with Multiple Result Sets inside a Stored Procedure
Thanks for the help guys. I guess I was having a brain fade and wasn't using
the attributes in my cfprocparam correctly. I wasn't using the variable and
dbvariable attributes properly.
"mxstu" <webforumsuser@macromedia.com> wrote in message
news:denm3e$p84$1@forums.macromedia.com...> philh,
>
> Oh geeez... I hate copy and paste... it never works right before my
> coffee... thanks
ctrl+alt+delete Guest



Reply With Quote

