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...)