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 the difference between a datareader and a dataset?
What are the major challenges in accessing data from a database?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is variable view?
What is the difference in record set and dataset?
How to enable and disable connection pooling?
What we do with the object of ado.net dataset after using it?
Do we use stored procedure in ADO.Net?
Explain the overview of ado.net architecture?
Why do we serialize data?
Describe briefly an ADO.NET Dataset ?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
How will you fill the gridview by using datatable object at runtime?
How to pass multiple tables in datasets simultaneously?
What is execute scalar in ado.net?