How to manage XML database ?

  • Thread starter Thread starter vikash
  • Start date Start date
V

vikash

Hello,

How to manage XML as a database.
I have to make use of xml files as database and read and write back
data to it.
I am able to read and write xml using datatable.
But the problem is there that every time i write to xml file the
datatable's writexml method add the data to it. and i am getting
duplicate records.
Everytime i write to xml it gets increased.

Plz Help.

Thanks & Regards
Vikash
 
Back
Top