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


Please Help Members By Posting Answers For Below Questions

What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

601


What is multiple interface in c#?

606


How is a strongly-named assembly different from one that isn’t strongly-named?

691


Explain the difference between object type and dynamic type variables in c#?

574


What are the different types of classes?

554






Describe how a .net application is compiled and executed

591


In which format you can pass the value in the sleep function?

624


What is datacontract in c#?

553


If multiple interfaces are inherited and they have conflicting method names; What will happen ?

584


What is the difference between properties and indexer in c#?

507


What is the lock statement in c#?

628


Explain inheritance in c#?

620


What is the difference between do and while loop?

534


Which program construct must return a value?

644


What is a clr host?

634