Answer Posted / sandyni
As we know that DataReader is connected architecture it
cannot persists the contents. it reads the contents one by
one record from the dataset until all the records completed.
The main thing is data reader uses pointers to fetch the
next record(index).hence these are the forward only objects
Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is commandbuilder in ado.net?
Explain the difference between ado and ado.net?
Define data adapter?
What are the key events of sqlconnection class?
What is the difference between ADO and ADO.Net?
What are the parameters that control most of connection pooling behaviours?
What provider ado.net use by default? Explain the role of data provider in ado.net?
How do you update a dataset in ado.net and how do you update database through dataset?
Which keyword is used to accept variable number of parameters?
What is the significance of CommandBehavior.CloseConnection ?
What is the difference between sqldatareader and sqldataadapter?
Which is faster sqldataadapter and sqldatareader?
Some important instruction regarding ADO.NET connection string ?
How to add a check box or a dropdown list to a column in a datagrid?
What is the purpose of using adodb?