Here is what I am really trying to do I guess:
I want one html page to present three list boxes, each list
box displays values from a different table. My user selects
a combination of boxes and that combination is used to
filter (delete actually) records in another table.?
This must be simple enough, if anyone has an example of
a servlet that does similar I would be greatful.
Bill
Ashutosh Galande wrote:
> Bill,
> Yes it can.
>
> Most probably this can be achieved by a single SQL
> statement. If not I think stored procedure would be a
> faster solution.
>
> Or you can use the results returned by one query to
> construct another query statement.
>
> Ashutosh
> Bill Wyza <[EMAIL PROTECTED]> wrote:
> > I am very new to servlets, and java for that matter.
> >
> > Can I create a one servlet that looks up data from
> > more that one table?
> >
> > For example:
> >
> > Have three lookup fields all getting their data from
> > different tables?
> > I want to then use the three values selected to
> > filter another table.
> >
> > Can this be done? Any examples? I am using Oracle
> > database and
> > JDeveloper.
> >
> > Thanks
> > Bill
> >
> >
> ___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED]
> > and include in the body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives:
> >
> http://archives.java.sun.com/archives/servlet-interest.html
> > Resources:
> >
> http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help:
> http://www.lsoft.com/manuals/user/user.html
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
--
_________________________________________________________________
ORACLE CORPORATION http: //www.oracle.com
Bill Wyza
Staff Consultant, Internet Platform
Oracle Alliances
Oracle Corporation Office: 714.445.4631
600 Anton Boulevard Fax: 714.444.8400
Suite 1400
Costa Mesa, Ca 92626 Email: [EMAIL PROTECTED]
_________________________________________________________________
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html