Subject Re: bitwise AND/OR SELECT conditions
Author alex_vnru@yahoo.com
--- In ib-support@y..., Toni Pljakoski <toni.pljakoski@h...> wrote:
> Hi all,
>
> are there any bitwise AND/OR SELECT conditions when using the
embedded SQL
> in IB 6.0? I have some integer fields which have to be checked
bitwise, so I
> do not want to select all of them and then check them again within
my
> program.
>
> =========================================

Hi, Toni. Are'nt you satisfied with bin_and, bin_or and bin_xor
standard UDFs?

Best regards.