Hi,
As a relative newcomer to XML, I wonder if somebody could confirm my suspicions.
If I have a DataSet created in the designer, containing one table, am I right in thinking that to add records to the table, I would need to iterate through my DataSet.ReadXML, and populate the designer dataset one record at a time?