Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Passing multiple cfprocresults out of a CFC

4 views
Skip to first unread message

leontova

unread,
Mar 9, 2005, 1:42:26 PM3/9/05
to
Hi All. I have a stored procedure which returns two datasets. If I wasn't
using a CFC, I'd just use two cfprocresult tags and access each as needed. But
it is my understanding that a function can only return one query(among other
datatypes) and it is assigned one variable name. How do I access multiple
record sets from one CFC function? (I'm using CFMX 6.1) Thanks for your help!
-Andy

danilocelic *TMM*

unread,
Mar 9, 2005, 2:03:26 PM3/9/05
to

How about returning a struct that has two memebers, one for each result?

--
Danilo Celic
| Extending Knowledge, Daily http://CommunityMX.com/

0 new messages