What happens when we issue Dataset.ReadXml command?
Answer Posted / 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 View All Answers
What is ado.net objects?
Can we connect two dataadapters to same data source using single connection at same time?
How can we load multiple tables in to dataset?
Explain the difference in an abstract class and an interface?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
Which architecture does Datasets follow?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Explain how can we load multiple tables in to dataset?
What are the pre-requisites for connection pooling?
How to add a javaScript function in a datagrid?
Which method is used by command class to execute SQL statements that return single value?
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 28 can datareader hold data from multiple tables?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Which control of the BindingNavigator returns the current position within the data source?
What are the Data providers in ADO.Net?