Page 1 of 1

Stored procedure stage and the use of cursors

Posted: Fri Feb 05, 2010 10:26 am
by acavarra
Is it possible to receive a cursor variable as the result set from one stored procedure and use it as input into another stored procedure to actually break it down into the appropriate columns?

Also, does DS understand row types as a result set back from a stored procedure.

If anyone has any info regarding this, it would be greatly appreciated.