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: Implement Checkboxes with PL/SQL.

Re: Implement Checkboxes with PL/SQL.

From: Lane W. Sharman <lane_at_san.rr.com>
Date: 1997/06/26
Message-ID: <33B214DB.5114F4EA@san.rr.com>#1/1

This is pretty trivial to solve in perl. Use the dbi or oraperl interface to move the data into your table or use a stored procedure. perl provides complete parsing of multiple values for a name from a post (or get) operation.

-L

george wrote:

> Has anyone implemented checkboxes with using PL/SQL for web
> development?
>
> I would like to find out how can I pass checkboxes (with multiple name
> and
> value pairs)
> to Oracle Webserver for database update.
>
> Variable declarations in procedure statements would help greatly.
>
> Any response is greatly appreciated.
>
> Please reply by email. Thanks!!!

--
Lane Sharman
Pour chasser le chagrin,
il faut du vin.
Received on Thu Jun 26 1997 - 00:00:00 CDT

Original text of this message

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