Answer Posted / spvarma
dataset has read xml and write xml methods.
if datset ds then
ds.readxml(option,filepath)
ds.writexml(option,filepath)
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
List the 4 common ado.net namespaces?
What is the difference between Optimistic and Pessimistic locking?
What is an example of ordinal data?
What is connection pooling and what is the maximum pool size in ado.net connection string?
How is it possible to get 2 tables of data at a time by using data reader?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is the difference between ado.net and entity framework?
Explain the difference between sqlcommand object and command behavior object?
What are the pre-requisites for connection pooling?
Is it possible to load multiple tables in a Dataset?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the full form of ado?
Explain the two fundamental objects in ado.net?
What are all the classes that are available in System.Data Namespace?
What two types of data providers does ADO.NET supply? What determines which one you should use?