Subject Re: "XSQLDA index out of range"
Author Alexander V.Nevsky
--- In ib-support@y..., "Giovani A" <giovanibettiol@b...> wrote:
> Hi, Everyone!
>
> I'm using a procedure to insert data into the database and when I
exec the procedure occurs the error "XSQLDA index out of range".
>
> Please anyone can explain me what does this error mean? what I
have to do to avoid this error?
>
Giovani, most likely you are trying to send more parameters to
procedure than it have. If you chandged this procedure decreasing
amount of parameters, you should re-fetch parameters into component in
design time, old list is saved in .dfm file.

Best regards, Alexander V.Nevsky.