First loop through the recordset in the usual way Do while Not rs.eof blah blah rs.movenext Loop
Now for the next recordset Set rs = rs.nextrecordset() then loop through that one Andy -----Original Message----- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 17:02 To: CF-Talk Subject: equivalent in asp I know its not CF, its for a developer here using ASP, in CF when calling a SP through the stored proc tag, when bringing back multible result sets you use <CFPROCRESULT NAME="q_actualHours" RESULTSET="1"> <CFPROCRESULT NAME="q_WOKERS" RESULTSET="2"> and so on, what would be the equivalent in asp if anyone knows when using set objRs = objCmd.Execute() Respectfully, j ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

