Subject | Re: [ib-support] Input during execution |
---|---|
Author | David K. Trudgett |
Post date | 2002-02-22T03:21:46Z |
On Friday 2002-02-22 at 16:13:44 +1300, Sandeep wrote:
because there are no users on the server.
If you're talking about input from some system process, then
conceivably you could write a UDF to get the input for you.
David Trudgett
> Is there a way to give a stored proc an input when it is executingIf you're talking about user input, it doesn't really make sense
> e.g
> ..
> select ..into :a, :b;
>
> if (a <> b)
> then begin
> [get input value and assign to b];
>
> if (b = 0)
> then exit;
> end
>
because there are no users on the server.
If you're talking about input from some system process, then
conceivably you could write a UDF to get the input for you.
David Trudgett