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 the use of SqlCommandBuilder?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What are the different row versions available in table?
What is disconnected architecture in ado.net?
What is a non query?
What is ole in vb?
Explain how can we load multiple tables in to dataset?
What is ado.net in vb net?
What is XML serialization
What is the difference between Command and CommandBuilder object?
What are the advantages using ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Do you use stored procedure in ado.net?
What is difference between sqldatareader and sqldataadapter?
How does ado.net work?