Subject Re: [IBO] parambyname
Author lester@lsces.co.uk
> ....
> ib_query1.parambyname (':param1').asinteger := 1;
> ib_query1.parambyname (':param2').asinteger := 2;
> ib_query1.parambyname (':param3').asinteger := 3;
> ........
>
> The problem ist, that it seems, that there is a fetch after every
> single assignement of a parameter.
> How could I solve this, that I can assign all parameters without a
> refresh of the dataset after every single parameterassignement?

Option 1 - Close the query and reopen when parameters all
changed.

Option 2 - Set RefreshOnParamChange (Think that is name) to
false, and call refresh when parameters changed.

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services