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: Web Server PL/SQL Problem

Re: Web Server PL/SQL Problem

From: Barth Siemens <nospam_at_uniserve.com>
Date: Tue, 28 Sep 1999 14:30:46 GMT
Message-ID: <37f0d055.210493804@news.uniserve.com>


On Sat, 25 Sep 1999 00:51:02 +0800, "Jason Ekamper" <jasek_at_bigpond.com> wrote:

>PROBLEM DESCRIPTION
>Mon is then passed to another procedure. If user select monday, no problems.
>If the user doesn't select monday, then the procedure fails. Overloading not
>a problem, but there is 7 variables like this (Mon - Sun). I have tried an
>array etc but no luck.
>
>Is there any way to set the value of the checkbox to 'N' if the user does
>not select it, and set it to 'Y' if the user does select it?

Set the DEFAULT value in the called procedure to 'N'. If the calling procedure passes no value, it will take on the default value. --
Barth Siemens
Change the email address from nospam to bsiemens. Received on Tue Sep 28 1999 - 09:30:46 CDT

Original text of this message

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