| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Web Server 1.0: Need help!
Hello, I'm developing an application using Oracle Webserver 1.0 .
My question is how to handling this:
- A PL/SQL procedure e.g. emp_modify creates a form
with all employees. All fields are input text fields to modify
something. Some additional empty fields are displayed to enter
new rows.
- If the form is submitted the same procedure should be invoked
to handle the changes and do the same as in step 1.
Obviously the procedure is called by the owa with a different number
of parameters. For select multiple I can use PL/SQL tables, because
the form parameter has the same name. But here each parameter name
is different (like field1.1, field1.2 ...) and I can't write a PL/SQL
procedure with all parameter combinations.
In the Web Listener configuration, Oracle does the same, but the invoked program isn't a PL/SQL procedure. I don't want to switch to CGI with Perl or Pro*C.
Does anybody a solution?
Thanks Ekkehard
-- Ekkehard Schulz, Alcatel SEL AG Berlin, Department VB/EF Colditzstrasse 34-36, D 12099 Berlin, Germany Phone: +49-30-7002-3469 Fax: +49-30-7002-3667 Email: ekkehard.schulz_at_bln.sel.alcatel.deReceived on Fri Jan 10 1997 - 00:00:00 CST
![]() |
![]() |