Subject RE: [IBO] Error with parameters
Author Support List
Carlos,

> What happens if you prepare the query before assigning the parameter
> value?
>
> Afair, with TIBO components there is no need to prepare before
> opening, but with TIB_ components, you need to prepare.

If the TParam instances are not already manually defined then calling
Prepare is necessary to create the TParam instances with TIBO components.

Jason