Hey all! Now i'll let you know i have no knowledge of oracle at all. (i'm asking this because our oracle guy is out of town for like 3 weeks and we need an answer ASAP).
We have an ASP page we are using to get information out of oracle. Right now we are just executing simple select statements to get stuff back.
We are making 9 select statements for multple things on the page. We would like to speed this page up by using a stored procedure.
Here is the problem, some selects return 1 row, others return 15, but all with the same primary key (a product number)
We want to limit the amout of calls to oracle, so we were wondering....
Can you return multiple collections (or recordsets) with one call and one stored procedure?
What do you think?
Thanks a ton!
Paul
We have an ASP page we are using to get information out of oracle. Right now we are just executing simple select statements to get stuff back.
We are making 9 select statements for multple things on the page. We would like to speed this page up by using a stored procedure.
Here is the problem, some selects return 1 row, others return 15, but all with the same primary key (a product number)
We want to limit the amout of calls to oracle, so we were wondering....
Can you return multiple collections (or recordsets) with one call and one stored procedure?
What do you think?
Thanks a ton!
Paul