Hi Leon,
SBO DataTable / Recordset / DBDataSource / Any datasource does not recorgnize NULL or DBNULL value. (a few exception for data type DateTime)
It will be converted to the default value of the data type. In your case of Data Type string, it will be converted to empty string ("")
So, in your code you should compare against empty string.
Regards
Edy