c# - Transferring data from XML to SQL -


i have created 1 xml file..... node :

<patient>kanna</patient> <id>12</id> 

and transferred values sql db. using c#.net

now added 1 more value in same xml file

<patient>kanna</patient> <id>12</id> <patient>raja</patient> <id>13</id> 

question : how append new value sql db....

can u suggest me idea ?

thanks in advance:-)

question : how append new value sql db....

answer is: how did first value...

im not sure question clear btw.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -