Subject | Re: [IBO] 4.3: Little problems with IBOQuery params |
---|---|
Author | paulfilmer |
Post date | 2003-11-21T00:23:04Z |
--- In IBObjects@yahoogroups.com, Nando Dessena <nandod@d...> wrote:
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.
> p> Anyhow I get around this by clearing all thetime. :-)
> 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
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.