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
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is multiple interface in c#?
How is a strongly-named assembly different from one that isn’t strongly-named?
Explain the difference between object type and dynamic type variables in c#?
What are the different types of classes?
Describe how a .net application is compiled and executed
In which format you can pass the value in the sleep function?
What is datacontract in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is the difference between properties and indexer in c#?
What is the lock statement in c#?
Explain inheritance in c#?
What is the difference between do and while loop?
Which program construct must return a value?
What is a clr host?