Click to See Complete Forum and Search --> : Xml To Sql


scorpion1983
July 19th, 2005, 12:24 AM
Hi
I Have XML File containing Data
i want to parse data to SQL Server Data base
is anyone know about this


Scorpion

Pinky98
July 20th, 2005, 12:51 AM
parse the data from the XML file to a datatable. Use this datatable to write the data in the database.