I'm assuming that you can already call the SP using the execute()
function...

to get to the second recordset  use:

objRS.NextRecordset


----- Original Message -----
From: "John McCosker" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 9:01 AM
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

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to