Subject Re: [IBO] Another parameter example
Author Paul Hope
Hi Ciao

>> However I use multiple parameter
> > occurrence a lot and it really needs to be resolved.
> >
> FCombineDuplicateParams is used to combine duplicate params into one.
> You can find it in IBA_UPDATESQL.IMP.
>
> To avoid these problems set it to False always. (So duplicate params will
> not be combined)
>
> Ciao,
>
Interesting answer. FCombineDuplicateParams appear to be a private
variable in TIB_Statement with no public access. I havn't managed to follow
what it does but I am very surprised if the answer is that simple - if it
is, why hasn't it been fixed?

Also I searched all the IBO files for FCombineDuplicateParams and put a stop
on every place it is set to false (it is set true on IB_Statement creation)
and none of these where called when executing my statement.

Regards
Paul