It often happens to read lines from a db where some fields are null
Attempting to add a row to a FlexGrid when a field is null invalidates the entire row insert operation
The question is: how to read db fields whose content is null without creating problems for subsequent instructions?
Is the only way the classic comparison via IF or are there any tricks to protect the reading of db fields and prevent a Null from being returned?
Yes, of course
But in some cases the db is not under your diret control, and you have to read 'other peoples data'
In this case you have no control over what is entered, it is only possible to protect the db read