Re: Oracle WebServer

From: benjamin zhang <bzhang_at_ei.org>
Date: 1996/08/23
Message-ID: <321DD5ED.5FC2_at_ei.org>#1/1


Mark Huber wrote:
>
> hi everybody,
>
> i'm new in the world of oracle, SQL*plus and oracle webserver.
> my little questions is:
>
> if i create a form with multiple selection, the form will be submitted to my procedure, but i
> don't know, to decoding the variable of the multiple selection box with the diffrent values ?
> can you help me ?
>
> i looking forward to other people, how develope Oracle webserver application. please conntact
> me.
>
> --
> HSO Information Engineering Ltd. \\\\\/
> Mark Huber //(.).) Tel: +41-01/316 60 30
> Web-Application Developer _at_ ..\ Fax: +41-01/316 60 40
> Baumackserstr.24, CH-8050 Zurich / \__ / Cellular: +41-079/402 86 14
> Switzerland / \___/ Internet:mhuber_at_hso.ch
> /hi Mark,

Oracle does that for you!

Just pass the names of the each entry in the form to the PL/SQL as parameters.

For example:
in the form you have

login:
passwd:

then in your PL/SQL
procedure login(login in varchar2, passwd in varchar2) is ...
end

ben Received on Fri Aug 23 1996 - 00:00:00 CEST

Original text of this message