Subject Re: How do I translate this piece of SqlServer stored proc code ?
Author amoradell
Hi,

You can try with FreeAdhocUDF

see
http://udf.adhoc-data.de/documentation_english/dok_eng_math.html#binaer

you have 8 binary functions , 5 are internal in 2.1 but 3 are not
(yet) implemented, so it could be a solution for you.

Regards

Alexandre

--- In firebird-support@yahoogroups.com, "Erik De Laet"
<erik.delaet@...> wrote:
>
> Hi,
>
> 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.
>
> Thanks in advance ,
> Erik
>