Subject RE: [firebird-support] How do I translate this piece of SqlServer stored proc code ?
Author Mercea Paul
>
> pA_Indicator = (piOrigIndicatoren & ~pMask ) | pA_Indicator;
>
> How do I translate this into Firebird.

> You can't. Firebird doesn't support bitwise operators nor bit
manipulations.

Can he manage this with his own UDF?

Regards,
Paul