I want to export xml file data to sql database table. Can anyone guide me for this?
How to export xml to database - asp.net
2.7k views Asked by Geeth At
2
There are 2 answers
1
On
check below link for this
http://www.simple-talk.com/sql/t-sql-programming/beginning-sql-server-2005-xml-programming/
you can find the solution.
If it's an SQL Server, I already answered a similar Question. Have a look at the following posting:
.NET: How to insert XML document into SQL Server
You can use that small c# part to store your data. You only have to amend the table and column fields.