Writing dataview as XML

  • Thread starter Thread starter Amos
  • Start date Start date
A

Amos

Is it possible to write the data in a dataview as XML? I use the dataview to
filter data from a dataset but I need to write that filtered data in the
dataview as an XML file.

Thanks,
Amos
 
Thanks for the help.

Would it be possible to create the datatable with the same column names as
another datatable in the dataset? The data in datatable Y (the new one)
would be a subset of the data in datatable A, so Y is exactly the same as A.
But these datatables have more than 30 columns, meaning I'd have to add 30+
columns to the new table.

Thanks.
 
Back
Top