Stark
2010-06-10 13:43:09 UTC
I have a dataset with 5 records where the character field 'Status' is blank
except in one case, where is set to 'C'.
The query:
Select * from MyDs where Status <> "C"
extracts nothing !
I modified a record setting a status field to 'W' and this record gets
extracted with the above select.
The query
Select * from MyDs where Status = " " (and tried also with Status = "",
or Status isNull)
correctly extracts all of the blank status fields.
I am working with the BDE and using local Sql, but I don't recall having had
this problem previously.
You can see something I can't see ?
except in one case, where is set to 'C'.
The query:
Select * from MyDs where Status <> "C"
extracts nothing !
I modified a record setting a status field to 'W' and this record gets
extracted with the above select.
The query
Select * from MyDs where Status = " " (and tried also with Status = "",
or Status isNull)
correctly extracts all of the blank status fields.
I am working with the BDE and using local Sql, but I don't recall having had
this problem previously.
You can see something I can't see ?