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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -