Subject | Re: How do I translate this piece of SqlServer stored proc code ? |
---|---|
Author | Erik De Laet |
Post date | 2008-03-09T08:10:30Z |
I found the bin_and and bin_or UDF in the Firebird installation. But
how about the ~pMask.
I can't simply negate the mask ( -pMask ), can I ?
--- In firebird-support@yahoogroups.com, "Erik De Laet"
<erik.delaet@...> wrote:
how about the ~pMask.
I can't simply negate the mask ( -pMask ), can I ?
--- In firebird-support@yahoogroups.com, "Erik De Laet"
<erik.delaet@...> wrote:
>Firebird (I
> Hi,
>
> I need to convert a bunch of stored procs from SqlServer to
> 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.
>
> Thanks in advance ,
> Erik
>