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 execute scalar in ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is a dataview?
What are typed and untyped dataset?
What are the objects of ado.net?
What is read only and forward only in ado.net?
What is a column variable?
Why edit is not possible in repeater?
Command objects uses, purposes and their methods.
What is openrowset?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
can we create synonymn in ms access,sql server,my sql if so explain me with example
Explain the difference in an abstract class and an interface?
How to load multiple tables into a dataset?
What are ado.net objects?