I am using codegen:NullValue="_empty" in annotating the dataset so that null
values in the database are represented as empty string, thereby getting rid
of null exceptions.
I was wondering if anyone knows if I can do that just for the entire table
(element) or if this annotation must be specified by each column? Can
anyone tell me if this has worked for them in a good manner, or is it better
to do it on the database side. Any help is greatly appreciated. Thank you
in advance.