Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Create form in webdb

Create form in webdb

From: Nguyen, Long <Long.Nguyen_at_its.csiro.au>
Date: Wed, 15 Nov 2000 15:40:00 +1100
Message-Id: <10680.122074@fatcity.com>


I am new to webdb and using webdb to develop a simple application. I have gone through the tutorial. If you have used webdb pls see if you could help me out here. Much appreciated.

What I want to do is
Create a form based on a stored procedure,

    	and the procedure has 4 IN parameters
	and the form has 4 fields for the user to type in

The problem I have is that I want one of the input fields to be optional, and if the user does not put in any value, then the form would pass a NULL value for this parameter to the procedure behind the scence.

How can I do it?

(With my form so far if the user does not put in a value in the field the form does not pass any value to the procedure and so I got "Invalid cursor" error message when running the form). Received on Tue Nov 14 2000 - 22:40:00 CST

Original text of this message

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