filter - When filtering a Delphi TDataSet is there a difference between the NULL and BLANK keywords? -
when using filter property of tdataset enter following filters:
'state <> ''ca'' or state = blank' 'state <> ''ca'' or state = null'
does blank mean empty not null or equivalent or there other differences between these 2 filters?
Comments
Post a Comment