Answer Posted / neha
DataReader: It is used to retrieve a single record of a
table at a time. It does this in forward-only, read-only manner.
DataTable: It is used to represent a single table of the
dataset.
DataSet: It is the collection of DataTables and the
DataRelations.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain ado.net features? Benefits? Drawbacks?
What is read only and forward only in ado.net?
What are the data providers in ADO.NET framework?
Is it possible to edit data in Repeater control?
What are two types of transaction supported by ado.net?
What is the difference between data reader and data adapter?
What is microsoft ado.net?
Define atomicity?
What is shadow copy?
What do you know about ado.net's methods?
What is an orm, and why would you use one instead of plain old ado.net?
What are the benefits of using of ADO.NET in .NET 4.0?
What is difference between ado and other data object?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
How to bind the controls(best practice) comboboxes to the data in the dataset?