Bitwise AND (like mssql server &)

R

Ruben Tieland

Hi,

What is the syntax in access for the bitwise and operator like mssql server uses the "&" tag.

the syntax of my query in mssql looks something like this:
select (a.myint & b.anotherint) as BitwiseAnd from a, b where b.Aid = A.id
What would it be in access

I am using the Microsoft Jet Provider in my .ASP page to execute the query.

thanks in advance,
ruben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top