Subject | Re: [IBO] Suggestion to IBO |
---|---|
Author | Luiz Alves |
Post date | 2001-11-11T22:38:20Z |
> I don't understand what do you mean....Marco,
> Regards
> 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.