returning multiple stored procedure result sets from a cfc
问题 I am trying to convert some pages from my app to use cfc's, and one page uses a stored procedure to retrieve a couple sets of data. Now when I access the results, they act just like a if I used a <cfquery> tag, and all of the functionality that gives. So now I am trying to use this same stored procedure in a cfc that I am building, and I would like to be able access the results in the same manner, and there in lies my problem. I'm not sure how to return multiple queries from the function,