I have a numeric (long int) field called RIGHTS in a table called ACL, and I'm running this query on it:
SELECT ACL.* FROM ACL WHERE CBool(RIGHTS And 4)=True;
I just want to select all values that are true, when logically "and'ed" together with the number 4. So I'd want to select values 4, 5...
I have a pix525/unrestricted with 3 interfaces - inside, outside, dmz. On the dmz interface I have a router, behind which is a server with ip address 172.x.x.x. On the inside interface, client computers connect to the server at 172.x.x.x, so I set up a static route for the server's ip address...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.