A
Atul Agarwal
Our software reads XML from various sources and updates our database.
We use a dataset (which has already been "schema filled" from the
database)
to read the XML in. The problem is that if the ReadXML encounters an
empty
element for, say, a Double or DateTime like element it throws an
exception.
Is there any way to tell the ReadXML to ignore such empty elements and
cause the corresponding column to be set to a DBNull.
Thanks
Atul Agarwal
(e-mail address removed)
We use a dataset (which has already been "schema filled" from the
database)
to read the XML in. The problem is that if the ReadXML encounters an
empty
element for, say, a Double or DateTime like element it throws an
exception.
Is there any way to tell the ReadXML to ignore such empty elements and
cause the corresponding column to be set to a DBNull.
Thanks
Atul Agarwal
(e-mail address removed)