Subject | Re: [IBO] Another parameter example |
---|---|
Author | Paul Hope |
Post date | 2003-08-05T13:33:42Z |
Hi Ciao
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
>> However I use multiple parameterInteresting answer. FCombineDuplicateParams appear to be a private
> > 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,
>
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