Subject Re: [IBO] Newbie: Reload after change of param value
Author Helen Borrie
At 04:36 PM 5/07/2005 +0000, you wrote:
>Hi,
>I'm new to using IBObjects. In the past year I've been using MS-ADO to
>access MS-SQL databases.
>I'm wondering, what the best way is to refresh a query with params
>after a param change.
>In ADO I had to change the param value then call "requery" to get the
>new query results.
>What method should I call for IB_Query?

Refresh.

>Does it make a difference, whether I actually assign the param a
>different value or just reassign the same value (to reflect possible
>changes in the database)?

No. Each execution of the statement uses the set of values currently
assigned to the params.

Helen