Hi,
Also, Jamie, if you are sending back an entire result set as a list, what would be the point of having the second outlet indicating the end of the data? It would bang pretty much at the same time as the output list would come out.
The result sets are returned as sequential lists:
1 boo 3; <----Result set for |sql select * from noo sqlend( 2 bar 12; 3 foo 4; 1 a; <----Result set for |sql select doo from bam( 2 b; 3 c; 4 f;
etc.
The bang would indicate the end of each result set.
Jamie