G
Guest
For a small .net windows service, I am using an xml file as my database. I am
filling a dataset from the xml file (ds.ReadXml(myPath)), working on the
dataset, and the writing back to the xml file (ds.WriteXml(myPath)).
Do I need to use ds.AcceptChanges or ds.Dispose at the end of my code ? The
names suggest that I should be using them, but what are they for ?
Thanks,
Craig
filling a dataset from the xml file (ds.ReadXml(myPath)), working on the
dataset, and the writing back to the xml file (ds.WriteXml(myPath)).
Do I need to use ds.AcceptChanges or ds.Dispose at the end of my code ? The
names suggest that I should be using them, but what are they for ?
Thanks,
Craig