Updating a table in SQL Server from an XML file

eschulz

Member
Joined
Jan 27, 2003
Messages
9
Location
Lewisville, Texas
I have written an application that converts text files into XML files. Now I want to update a table in SQL Server using the created XML file. I am able to create and populate a dataset from the XML file. My main question is how do I update my table in SQL Server with the dataset created from the XML file?

Thanks in advance
--eschulz
 
Back
Top