I'm trying to consolidate a series of 14 SQL queries in an ASP page into a single stored procedure. How do I write the S/P so that I can access all of the queried fields as a single recordset? As I have it now, I am only able to access data from the first query that is executed within the S/P. It's as if the rest of the data doesn't exist when run from the ASP page. If I run the S/P in query analyzer though, I can see all 14 queries have been executed properly.
Any hints?
Thanks,
Fritz
Any hints?
Thanks,
Fritz