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 -> Re: Multiple Selects

Re: Multiple Selects

From: Shellie Schantz-Hubert <shellie_at_portup.com>
Date: Wed, 24 Feb 1999 21:54:37 GMT
Message-ID: <36D47407.2BDA@portup.com>


Thank you for your quick response, but that isn't exactly what I need.

I'm trying to go from a Web page to a PL/SQL procedure, I want to be able to pass more than one value from the HTML FORM (MULTIPLE SELECT) to the procedure, assigned to the same variable.

Shellie

Shellie Schantz-Hubert wrote:
>
> Is there a way for PL/SQL to parse Multiple select statements. OR does
> Oracle PL/SQL Just not allow it?
>
> <SELECT NAME="programmer" MULTIPLE>
> <OPTION VALUE="programmer1">Programmer 1</OPTION>
> <OPTION VALUE="programmer2">Programmer 2</OPTION>
> <OPTION VALUE="programmer3">Programmer 3</OPTION>
> <OPTION VALUE="programmer4">Programmer 4</OPTION>
> <OPTION VALUE="programmer5">Programmer 5</OPTION>
> <OPTION VALUE="programmer6">Programmer 6</OPTION>
> </SELECT>
>
> Shellie Hubert
> The Iserv Company
Received on Wed Feb 24 1999 - 15:54:37 CST

Original text of this message

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