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
Post a Comment