Inserting data into a XML file
Hi,
From a webpage, I m trying to add the data to a XML file; basically I want to use the XML file as a sort of database.
The data is inserted properly, but the problem is that data from all the updations is not stored; only data of the person who last updated the details from the web page remains in the XML file. Please let me know if it is possible that multiple persons can update into the SAME XML file.
I m currently using XmlTextWriter function. (base language C#)
Thank you.
Greats !!!
|