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.