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
What is an ado connection?
What is ado.net in vb net?
What are the usages of the command object in ado.net?
What is ado data control?
What is the difference between the clone() and copy() methods of the dataset class?
How does ado.net work?
What are the core objects of ADO.NET?
What is the difference between executenonquery () and executescalar ()?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is the difference between data grid and data repeater?
Does dapper use ado.net?
How do you find the count of records in a dataset?
What connected data?
Define atomicity?
What is ado.net components?