[Zope] NULL columns

Jeff Nielsen jeffniel@ix.netcom.com
Tue, 18 May 1999 22:45:13 -0700


How do I test if a variable queried from a database (MS SQL Server) is NULL
or blank?

For the blank, I can use <!--#if expr="Variable<>' '"-->, and it works fine.
However, this test fails for NULL (It branches true when it should branch
false...)