Subject Re: [IBO] SQLDA missing or incorrect version
Author Lucas Franzen
Brian Dunstan schrieb:
>
> Hi,
>
> I am getting this error:
>
> "SQLDA missing or incorrect version, or incorrect number/type of variables"

Olgd known StoredProc bug.

In short:
when you don't want to change too much you can unprepare / prepare
before executing or have alook at the StoredProcForSelect-property and
the problem will be gone.

In long:
Search this newsgroup and the Interbase archives, there are plenty of
explanations.


HTH

Luc.