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
How to work with disconnected data - the dataset and sqldataadapter?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
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?
Give an example that shows how to execute a stored procedure in ado.net?
What is data control techniques?
Explain the difference between data reader and data adapter?
Explain how to pass multiple tables in datasets simultaneously?
Compare Data Reader & Dataset in ado.net?
How to generate a single aggregate?
Does dapper use ado.net?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is ado code?
Why do we serialize data?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Define atomicity?