Subject Re: Test for NULL in Blob
Author Ryan Nilsson-Harding <nilsson@bigpond.ne
Using ISQL gives me exactly the same result.

I get every record when testing for NOT NULL (incl. all NULL fields)
And I get NO records when using:
WHERE NOT COMMENTS = '';

I'm quite baffled by this....
Seems like something strange is going on here

-Ryan