Subject Re: [IBO] Suggestion to IBO
Author Luiz Alves
> I don't understand what do you mean....
> Regards
> Marco
>
Marco,

I´d like to say that:
The parameters only are visible to assign values after the prepare if I set
FetchWholeRows=True in IBO

Sample:

select first :x * from table

with FetchWholeRows=False, after the prepare, I don´t have the parameters
'x' to assign it a value.

with FetchWholeRows=True, after the prepare, I have the parameters 'x' to
assign it a value.

Luiz.