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

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL and Oracle Webserver

Re: PL/SQL and Oracle Webserver

From: John Thwaites <John.Thwaites_at_alliedsignal.com>
Date: 1998/02/03
Message-ID: <34D71CCB.A5BB429B@alliedsignal.com>#1/1

In the case of the multiple selection list box the data is returned as a PL/SQL table into a single parameter. Any other field type can be passed into a procedure in the same way by giving each occurrance of the object the same name eg. a set of check boxes.

John Thwaites
AlliedSignal - Polymers

nilayo_at_magnet.com.tr wrote:

> I have the problem of not knowing exactly the number of parameters which
> will be passed to the pl/sql procedure, so I can not specify the
> procedure header which is going to process the request. Take for example
> the case where you use a multiple selection list box, where you don't
> know how many of them are going to be selected, so you can not write a
> procedure to process the request. Is there a solution other then writing
> a procedure for all of the cases?
>
> -------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
Received on Tue Feb 03 1998 - 00:00:00 CST

Original text of this message

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