RE: WriteXML



Hi David,

As you can see, the DataSet.WriteXml method can only write the whole
DataSet data to an Xml stream. In this case, if you only need to pick some
of the rows, creating a new dataset and copy the row you need to write will
be a good idea.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

.