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

Where is c# compiler located?

664


What do u mean by thread safe?

687


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

678


What is the difference between abstract class and interface in c#?

695


What is hashtable c#?

627


What is the difference between protected and private?

683


What are the advantages of using delegates in c#?

643


Explain what a diffgram, and a good use for one Define diffgram? How it be used?

725


What is tpl in c#?

655


How does inheritance work in c#?

813


How do you declare a variable in c#?

712


What are the Types of JIT and what is econo-JIT

1012


What are circular references?

699


What's new in c#?

661


What are the advantages of generics in c#?

679