Subject | Re: [firebird-support] How do I translate this piece of SqlServer stored proc code ? |
---|---|
Author | Fidel Viegas |
Post date | 2008-03-09T07:53:50Z |
On Sun, Mar 9, 2008 at 7:22 AM, Erik De Laet <erik.delaet@...> wrote:
All the best,
Fidel.
> Hi,You can't. Firebird doesn't support bitwise operators nor bit manipulations.
>
> I need to convert a bunch of stored procs from SqlServer to Firebird (I
> am using 1.5).
>
> One of the lines in a proc is the following:
>
> pA_Indicator = (piOrigIndicatoren & ~pMask ) | pA_Indicator;
>
> How do I translate this into Firebird.
All the best,
Fidel.