What happens when we issue Dataset.ReadXml command?



What happens when we issue Dataset.ReadXml command?..

Answer / ansu kumar

when we execute
dataset.readxml("xmlfile name")
it will read the xml file and store data in dataset

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is reference by value how does it works in .net?

2 Answers   SQL Star,


Give few examples of datareader that is used in different dataproviders.

0 Answers  


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

0 Answers   EDS,


What are all the classes that are available in System.Data Namespace?

0 Answers  


What is Serialization in .NET? what are the types of Serialization?

0 Answers   Arigo Infotech,






What is a dynaset in access?

0 Answers  


How to create data relations?

0 Answers  


What is the difference between statement and preparedstatement interface?

0 Answers  


When we are running the Application, if any errors occur in the Stored Procedure then how will the server identify the errors?

5 Answers   HCL,


Difference between DataReader and DataAdapter / DataSet and DataAdapter?

3 Answers   TCS,


What are the advantage of ado.net?

0 Answers  


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How do you check whether all the 10 records were present while updating the data(Which event and steps) and throw the exception.

2 Answers   Fulcrum Logic, Satyam,


Categories