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
What is the difference between sqlcommand and sqldataadapter?
how Sequence to connect and retrieve data from database using dataset?
What is ambient transaction?
What is the use of SqlCommand object?
What does ado stand for?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What does executenonquery () method return?
What is a dataview?
What is a control toolbox?
List the 4 common ado.net namespaces?
What is difference between entity framework and ado.net?
What is the difference between data reader and data adapter?
What are the different layers of ado.net?
Why do we need ado.net?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?