XML Export with Nulls

Mar 30 2005 1:04 PM
I can successfully export a DataSet using ds.WriteXML. However, if there is no data within some of the Table columns, the column structure does not get exported to the XML file--which I need. Is this a DataSet or xmlWrite problem? any help is appreciated.

Answers (1)