D
D
I've got a dataset that contains fields of different
types, including dates.
I need to convert the dataset to a string and to do that i
use WriteXML method. The only problem is that after the
conversion all the null values are missing from the
string. With string fields there is no problem cause I
put "" in them but with dates it IS a problem.
So how can a date field be saved when it contains null
value?
types, including dates.
I need to convert the dataset to a string and to do that i
use WriteXML method. The only problem is that after the
conversion all the null values are missing from the
string. With string fields there is no problem cause I
put "" in them but with dates it IS a problem.
So how can a date field be saved when it contains null
value?