C
Chris Botha
I'm using theDataSet.WriteXml(...) to write the DataSet to disk. After
that, when I read the DataSet from disk (theDataSet.ReadXml), then if there
were tables with no records, they are gone. Same for table columns that
contained only null values, not there any more either.
Thanks for any pointers.
that, when I read the DataSet from disk (theDataSet.ReadXml), then if there
were tables with no records, they are gone. Same for table columns that
contained only null values, not there any more either.
Thanks for any pointers.