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
Where is c# compiler located?
What do u mean by thread safe?
What is the difference between dynamic type variables and object type variables in c#?
What is the difference between abstract class and interface in c#?
What is hashtable c#?
What is the difference between protected and private?
What are the advantages of using delegates in c#?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What is tpl in c#?
How does inheritance work in c#?
How do you declare a variable in c#?
What are the Types of JIT and what is econo-JIT
What are circular references?
What's new in c#?
What are the advantages of generics in c#?