June 30, 2006 at 2:59 am
Does anyone have any tips or articles they can point me to in regards to the topic.
I need to set up a database design where different inputs (table1 contains a list) (using OR,AND, NOR etc) can set a message (table2 contains a list), this would need to be configurable.....
July 3, 2006 at 8:00 am
This was removed by the editor as SPAM
July 3, 2006 at 4:03 pm
There's a fair amount of info in Books Online about "bitwise" operators, the bit data type, using powers of two, etc. Not sure what you're looking for or what your requirements are but AND, OR, NAND, NOR, XOR are all possible and, I suppose, could be configurable if stored in a table. With a bit of forethought and planning, I suppose you could make the equivelent of a "gate array".
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply