Creating DataSet/DataTable from XML
Hi,
I am in the process of building a server/client app, exchanging messages in XML. One of these messages contain schema and dataset originating from a DataTable.
I would like to be able to read this XML back in to a DataSet or DataTable, but can only see an option to do this via a file. Any way of doing this with the XML available in a string variable?
HH
|