Subject Re: [IBO] How can I use variables of type ARRAY in stored procedures?
Author pepmallorca
> Did you also see this in the Language Reference text for DECLARE
VARIABLE?
> <quote>
> Syntax DECLARE VARIABLE var datatype;
>
> var -- Name of the local variable, unique within the trigger or
procedure
>
> datatype -- Datatype of the local variable; can be any InterBase
datatype
> except Blob and arrays
>
> </quote>
>
> ["except" in this context means "excluding"]

Yes, but I was thinking it was possible in procedures. I didn't see
that commentary, and I was associating all the DECLARES with stored
procedures. I'll search another solution.

>
> Please would you post your SQL questions to the ib-support
list...thanks.
>

Sorry!! I was thinking in this problem like an problem of IBOBJECTS.


Thanks,

José,