Update XML by ds.WriteXml

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I create a dataset and export it to a XML file
ds.WriteXml("Myfile")

The file is created successfully. However, when I changed the data and
export again, it seems the XML is not updated? Any body has an ideal?

Thanks in advance
 
Back
Top