How to convert an xml file to sql table by C# ?
XML / XSL
6
Posts
3
Posters
0
Views
1
Watching
-
I have an Test.xml file. I need to convert it to sql table and save all data by C#.How can i do it ??
Hi You can convert the xml file into DataTable. From that you can easily save that data to the SQL table. Regards :)
-
Hi You can convert the xml file into DataTable. From that you can easily save that data to the SQL table. Regards :)
-
May be this will help you. http://support.microsoft.com/kb/316005[^]
Regards :)
-
May be this will help you. http://support.microsoft.com/kb/316005[^]
Regards :)
-
I have an Test.xml file. I need to convert it to sql table and save all data by C#.How can i do it ??