> Is there a way to find out how many recordsets return by a 
> stored procedure?  Or is there a way to merge all the 
> recordsets in a stored procedure so that it would only return 
> 1 recordset?
> 
> I have a stored procedure that would return an unknown number 
> of recordsets depending on how many records we have in the 
> database, but each recordset will have the same number of 
> columns and column names.  I need to know the number of 
> recorsets it will return so I can do a loop for the cfprocresult.

Why not just write the stored procedure so that it returns what you want it
to return? In this case, for example, your stored procedure could create a
temp table, select all the records you want into that temp table, then
select from the temp table to return a single recordset.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201393
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to