Subject Re: [IBO] Changing a parameter opens query
Author Paul Vinkenoog
Hi Christoph,

> I just found out that when I change the parameter of an already open
> query, then the query will obviously be re-opened (found it out by
> opening a stored procedure which does inserts).
>
> Is this intended behaviour? If yes, then everything's fine, I just
> need to know! ;-)

Yes, it's a feature, to make our lives easier :-)

But you can turn it off if you want, by setting
Query.RefreshOnParamChange to false.


Greetings,
Paul Vinkenoog