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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -