• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

bitmaps

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    bitmaps

    I need a quick answer..

    sql server 2008.

    how can I get a true or false from a bitmap, without unravelling it in code

    e.g. my bit map is 6

    1 .... 6 = false
    2 ... 6 = true
    3 ....6 = true
    4...6 = false


    I tried AND which I thought should work
    e.g.

    ?1 AND 6
    (\__/)
    (>'.'<)
    ("")("") Born to Drink. Forced to Work

    #2
    stand down . got it

    6 & 1 = 0
    (\__/)
    (>'.'<)
    ("")("") Born to Drink. Forced to Work

    Comment

    Working...
    X