Subject Re: [IBO] 4.3: Little problems with IBOQuery params
Author paulfilmer
--- In IBObjects@yahoogroups.com, Nando Dessena <nandod@d...> wrote:

> p> Anyhow I get around this by clearing all the
> p> Query.InternalDataset.Params entries as well in a for loop.
>
> I don't think the caual user can be expected to do that each
time. :-)


you are right it isn't a good solution. The only thing that keeps me
sane is that when I was originally setting up our components, I made
a method named CloseAndClear() which closes the dataset and clears
the parameters. So I only had to change one routine (instead of 100's
of queries scattered through the code).

I will try and set up a simple test app to make sure the problem is
in IBO and not in my own code.

Paul.