Updated DataSet records as XML

  • Thread starter Thread starter Andrew Bolonniy
  • Start date Start date
A

Andrew Bolonniy

Hi,

How would you get an XML file out of a DataSet? Inside of
the XML file you only want to see updated records from a
particular table.

Thanks

Andrew
 
I know the way to create another DataSet and copy just updated records
inside.
Is there a way to do so without overhead of creating additional DataSet?
 
Back
Top