How to differ between null and '' ?
Posted: Sat 13 Sep 2008 13:12
I have a varchar field that sometimes is null and sometimes is just empty ('').
How can i check witch one it is? I would like to use a FieldByName to get the field.
How can i check witch one it is? I would like to use a FieldByName to get the field.