On Thursday 25 April 2002 09:25, Hahn Kurt (CHA) wrote:
> . . .In PL/SQL, I could write a stored
> procedure with a cursor that's returning me the second result set, but
> what's the way to do that in Cocoon? 
>. . .

An alternative would be to process the two SELECT independently, each with 
their own SQLTransformer pipeline, and then combine them using map:aggregate 
and the cocoon:/ protocol.

This might not work if your queries are dependent on each other at the SQL 
level, though.

-Bertrand

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to