add new row to an excisting xml file

larris

Member
Joined
Mar 13, 2006
Messages
23
Programming Experience
1-3
Hi to all

I wanted to know if there is a way to insert new rows to an already created xml file.I have tried the WriteXML method of the data table but each time the data table changes ,the XML file has only the last data of the data table
 
What i want is to save the data from a form(textbox values) to an XML file.When i hit the save button it saves the current data to the XML . but when i create a new record to the form and hit save again the XML file has only the last record.
In general i want to create a database and insert records there like an ordinary mdb,mdf database file.
 
Back
Top