How can we convert XML Data to DataBase Table in C#.Net?
Answer Posted / babar shaik
using System.XML;
We can fill the Dataset using
Ds.ReadXML();
Then Update the Data into Database.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Is stringbuilder faster than string concatenation c#?
Is unboxing an implicit conversion?
What are the namespace level elements?
What exception can an overridden method throw in comparison with the method it is overriding?
How long does it take to learn c# for unity?
Why hashtable is thread safe in c#?
Define thread? Explain about multithreading?
Is system a class in c#?
What are data types in C#?
How do I link two windows forms in c#?
Difference between directcast and ctype.
What is an arraylist in c#?
How to transpose multi-dimensional array?
What do u mean by delegation of authority?
What does async mean in c#?