Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> more than a one result set at the same time

more than a one result set at the same time

From: Mariano <mariano.calandra_at_gmail.com>
Date: 20 Mar 2007 11:01:02 -0700
Message-ID: <1174413661.988599.218690@o5g2000hsb.googlegroups.com>


I really don't know where to post this message, but usually I post here...

Then...
I would know, thinking in abstract level, so with no specific database or specific programming language, in your opinion: is it possible use 2 or more "ResultSet" to complete my work?

For example: I have a set of box to fillup with data obtained from a DB, one of this box is a Menu/List item (the component with down arrow) , in this menu appear a list of date (also date must be read from DB). By the click of one of this data, some box of the set must be changed.

My question is: should I have two query/Result set: 1) a rs that give a list of date, that will fill up my Menu Field 2) a rs that give all information of a specific date (this date will be decided by Menu Field)
???

I hope that I've been not so incomprehensible :D Received on Tue Mar 20 2007 - 13:01:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US