I have Created One XML File..... Node :
<Patient>Kanna</Patient>
<Id>12</Id>
And I transferred those values to SQL Db. Using C#.Net
Now I added One More Value in Same XML File
<Patient>Kanna</Patient>
<Id>12</Id>
<Patient>Raja</Patient>
<Id>13</Id>
Question Is : How to append New Value to SQL Db....
Can U Suggest Me any Idea ?
Thanks In Advance:-)