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 the provider being used to access oracle database?
What is microsoft ole db provider for sql server?
How to add a javaScript function in a datagrid?
What does ado stand for?
Which object needs to be closed?
Which object is used to add relationship between two Datatables?
Explain ado.net features?
What are two types of transaction supported by ado.net?
What are the types of databinding?
What is DataRowCollection?
Name which operations can you not perform on an ado.net dataset?
What are the rules to implement connection pooling?
What is openquery?
What is the difference between dataset and datatable?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?