How to use RecordSet inside procedure?
RecordSet inside procedure
Collapse
X
-
-
-
ya its tough to know what you want here. technically every query you run returns a record set (providing it returns rows).
for set processing insert the rows into a global temporary table, for looping use a for loop or explicit cursor definition i guess.
we could use a little more info here...Comment
Comment