Save Xml data to database

inkedGFX

Well-known member
Joined
Feb 2, 2013
Messages
142
Programming Experience
Beginner
I had a request to write a program to read an xml file from a xml feed and save the data to a database. I need to get certain nodes from the xml file....I thought I could do it, but as I gt into writing the code...nothing seems to work....is there any resources for this type of program where I can learn what to do?

Thank You
-InkedGFX
 

jmcilhinney

C# Forum Moderator
Staff member
Joined
Apr 23, 2011
Messages
4,924
Location
Sydney, Australia
Programming Experience
10+
c# xmlreader - Bing
c# xmldocument - Bing

Are you looking to save the whole document to the database or just certain values that you extract? Regardless, the data access part is going to be just like any other ADO.NET code once you have the appropriate data.
 

inkedGFX

Well-known member
Joined
Feb 2, 2013
Messages
142
Programming Experience
Beginner
thank you for the leads.... I am looking to get certain values out of the xml and save them to a database....which I have sucessfully done...

Thank You for your help as always
-InkedGFX
 
Top Bottom