Subject Re: Stored procedure and array
Author Roman Rokytskyy
Hi,

> I got the questions , I would like to retrieve the array of
> data's using stored procedure, I believe there must be
> Someway to do it?.
>
> I don't understand your reply below one.

There's two things to consider:

a) according to Language Reference you cannot use array data type in
stored procedures;

b) JayBird does not support arrays yet.

Roman