Hi
I Have XML File containing Data
i want to parse data to SQL Server Data base
is anyone know about this
Scorpion
Printable View
Hi
I Have XML File containing Data
i want to parse data to SQL Server Data base
is anyone know about this
Scorpion
parse the data from the XML file to a datatable. Use this datatable to write the data in the database.