Subject Re: [IBO] Why TIBOQuery.params[0].value change after open?
Author Kadee
--- In IBObjects@yahoogroups.com, "Ramil Khabibullin" <khabibr@m...>
wrote:
> Hi Kadee,
> Let stop talking nonsense.
> Simple advice:
> use Tiboquery.Prepare before you assign params[0]
> or
> just use ParamByName('dept_no') instead of params[0]
>
>
> Best regards
> Ramil R. Khabibullin
>
>

Dear Ramil;

The prepare can help my problem, thanks a lot.

But why the Tiboquery behaving so diffent between
with prepare and w/o prepare?

Thank again!!

Kadee Aon