Subject Re: [firebird-support] Temporary Field - Check Field Exist
Author Helen Borrie
At 12:10 PM 4/11/2004 +0100, you wrote:


>I need to create in a Stored Procedure a temporary field, how can I do
>known if it exist before to create it ?

Can you give a bit more detail about what you mean by "temporary field"
? In SPs you use variables...input arguments, local variables, output
arguments, as required.

If you are talking about selectable SPs, its "fields" are its output arguments.

./hb