We read a record from the database, judge the content of this record, when we want to check if it is empty:
MyDataReader.read ();
IF (MyDataReader [2] .toString () == "" "
{.......}
Else
{.......} ............................ Correct
IF (MyDataReader [2] .tostring () == NULL) .............................................