> Hi Paul
>
> I remember parameter problems with the new FB versions but dont remember
any
> resolution to the occurring twice problem. I can get round this
particular
> one by rewriting it to dynamic SQL. 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)