Subject | Re: [IBO] Why TIBOQuery.params[0].value change after open? |
---|---|
Author | Kadee |
Post date | 2003-05-06T05:10:27Z |
--- In IBObjects@yahoogroups.com, "Ramil Khabibullin" <khabibr@m...>
wrote:
Kadee
wrote:
> Read this extract from IBO FAQ:or
> -------------------------------------------------------
> It is necessary to call Prepare prior to accessing either Params[]
> Fields[] directly. This is because with InterBase the PREPARE phaseis what
> brings back to the client the descriptions of the input and outputto what
> parameters.
> They are forced upon you by InterBase, so IBO is a little different
> the TDataset stuff does. In many cases TDataset requires that youdefine
> Params ahead of time and then they stay in the DFM. Native IBOdoesn't need
> to do that. It does rely on the app preparing the statement beforetaking
> any action with it.Thanks!
> -------------------------------------------------------
>
> Good luck!
>
> Best regards,
> Ramil R. Khabibullin
>
Kadee