Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Create form in webdb
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