C
Corey Wirun
Hi All,
I've got an XmlDataDocument that is attached to a DataSet with one DataTable
in it. Then I take the XML as text and throw it into a Text Box on a form.
Later on, I wanted to add another DataTable to the DataSet and it
complained:
Cannot add or remove tables from the DataSet once the DataSet is mapped to a
loaded XML document.
How do/can I detach the XMLDataDoc from the DataSet?
Thanks!
Corey.
I've got an XmlDataDocument that is attached to a DataSet with one DataTable
in it. Then I take the XML as text and throw it into a Text Box on a form.
Later on, I wanted to add another DataTable to the DataSet and it
complained:
Cannot add or remove tables from the DataSet once the DataSet is mapped to a
loaded XML document.
How do/can I detach the XMLDataDoc from the DataSet?
Thanks!
Corey.