Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How do i go about comparing the content of a Database table to that of an XML document. If there are any difference in the XML to whats stored in the table do an update in the table. If no difference is found in the XML then the content in the table will remain the same.

Eg
--XML Document----
<Root>
<Firstname>John</Firstname>
<Surname>Smith</Surname>
</Root>



-- Table----
Firstname|  Surname
---------------------
  John   |  bent



-- Table Changed to --
Firstname|  Surname
---------------------
  John   |  Smith
Posted
Comments
Sergey Alexandrovich Kryukov 19-Nov-12 19:06pm    
And? Is this a question or what?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900