Answer Posted / r p singh
There are two types of DataSet i)typed DataSet and 2)
Untyped DataSet.
1) The structure of typed DataSet is to be decided on the
compile time, its depend on the developer to decide the
structure of the DataSet.
2) Untyped DataSet don't have the defined structure,
according to the data they changed their structure
dynamically and store the data in XML format on the runtime.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is ole used for?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Explain the difference between data reader and data adapter?
What is ado.net and its architecture?
Explain the difference in record set and dataset?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
How do you merge 2 datasets into the third dataset in a simple manner?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What are two types of transaction supported by ado.net?
What is adodb dll?
differences between ADO and ADO.NET
If we are not returning any records from the database, which method is to be used?
Which method is used by command class to execute SQL statements that return single value?
What is ole access?
What is serialization and de-serialization in .net?