Answer Posted / manumole
A DataReader is a stream of data that is returned from a
database query. When the query is executed, the first row
is returned to the DataReader via the stream. The stream
then remains connected to the database, poised to retrieve
the next record. The DataReader reads one row at a time
from the database and can only move forward, one record at
a time. As the DataReader reads the rows from the database,
the values of the columns in each row can be read and
evaluated, but they cannot be edited.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Why do we need ado.net?
What is ado object model?
What are the key features of ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Explain all the classes those are used for database connections between sql server and asp.net?
What is the difference between DataReader and DataSet in ADO.NET?
What are the steps to connect to a database?
What is isolation?
Define atomicity?
What is datasource in ado.net?
What are the different methods by which we can populate a dataset?
How to maintain the relation between two tables in ADO.NET?
Explain ado.net features?