U
Uri Dor
sounds like you're loading an XML which isn't in the format of a dataset
(relational).
try creating a DataTable, adding DataColumns to it, adding it to a
DataSet and serializing it to XML to see what the XML should look like
(relational).
try creating a DataTable, adding DataColumns to it, adding it to a
DataSet and serializing it to XML to see what the XML should look like