User Profile

Collapse

Profile Sidebar

Collapse
Mike Dol
Mike Dol
Last Activity: Jan 5 '08, 09:33 AM
Joined: Nov 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sorry for the delay, I use VS2005. I decided to use a parent / child table to solve this problem, I'll try the bitwise solution next time when there are not that many combinations needed.
    You were absolutely right I just had to double the integer / long rowID got to keep my thinking straight...

    Thanks for your help!

    Mike...
    See more | Go to post

    Leave a comment:


  • Restricted user gets: 'The feature you are trying to use..' clicking desktop shortcut

    I have a setup project with InstallAllUsers set to true, the problem is that after I install it as a user with administrative rights the (restricted) user clicks on the shortcut on his / her desktop a messagebox pops up with:" The feature you are trying to use is on a network resource that is unavailable"
    Underneath that it says: "Use source:" c:\documents and settings\admini strator name\local settings...
    It seems...
    See more | Go to post

  • Bitwise check 'attributes record' in database

    Hi all,

    I want to create rows in a table which id's are 1 - 2 -4 - 8 - 16 - 32 etc.

    0000 0
    0001 1
    0010 2
    0011 3
    0100 4
    0101 5
    0110 6
    0111 7
    1000 8

    So I want to use a Bit mask?

    Since I'm a complete noob when it comes to bitwise comparison I want to know if I can use this...
    See more | Go to post
    Last edited by Killer42; Nov 28 '07, 02:03 AM.
No activity results to display
Show More
Working...