BigDude, I was recently given a description of how boolean algebra permeated the world of Basic programming. It came from our 'Science Officer' : and it was enlightening.
In VB, VBA, Jet, SQL Server, and others the symbol for "not equal" is "<>", ....except when testing for 'null' in which case other syntax is employed.
In SQL the syntax would be 'is not null' or 'is null'.
As in, ".. SELECT FROM table1 WHERE value1 is not null...".
If "!=" represents not equal in your world as I suspect is the case from what you indicated, then you understand why null requires special treatment.
Live long and prosper, dude.
Amiel
amielzz@netscape.net
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.