Subject Re: [IB-Architect] Syntax of Declare Variable in storedprocs
Author Ann W. Harrison
At 09:12 AM 12/12/2001 +0100, Peter wrote:
>How about declaring vars as domains
>
>declare variable i1 domain_integer;
>
>is this ever going to happen?

At the moment, procedure variables are ephemeral -
they completely disappear into the blr format of
the procedure. But it's certainly a good idea.


Regards,

Ann