Subject | Re: [IBO] Why TIBOQuery.params[0].value change after open? |
---|---|
Author | Kadee |
Post date | 2003-05-05T09:32:01Z |
--- In IBObjects@yahoogroups.com, "Ramil Khabibullin" <khabibr@m...>
wrote:
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
wrote:
> Hi Kadee,Dear Ramil;
> 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
>
>
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