G
Guest
I have thousand of records that i store in xml file.
During application start up, I load the xml file into a Dataset.
I perform update/deletion/ addition to the dataset.
Periodically I need to write into the xml file. But every time I use
Dataset.WriteXml(filename) method to update the primary xml file
which writes whole dataset record instead of changed record.
This degrades the performance.
Can anyone suggest me as how we can insert only changed record into the
xml file. I tried using diffgram mode. But I could not succeed.
Help is greatly appreciated!!!!
Thanks
Hitesh
During application start up, I load the xml file into a Dataset.
I perform update/deletion/ addition to the dataset.
Periodically I need to write into the xml file. But every time I use
Dataset.WriteXml(filename) method to update the primary xml file
which writes whole dataset record instead of changed record.
This degrades the performance.
Can anyone suggest me as how we can insert only changed record into the
xml file. I tried using diffgram mode. But I could not succeed.
Help is greatly appreciated!!!!
Thanks
Hitesh