Answer Posted / vrushali
DataReaader is connected object and one can process the
rows that are returned by query, one at a time. It discards
every row after you have gone through it and so it is
extremely fast.It contains only read-only data, so no
updates are allowed using DataReader
objects.
| Is This Answer Correct ? | 51 Yes | 3 No |
Post New Answer View All Answers
What is datasource in ado.net?
Explain the difference in record set and dataset?
What does executereader return?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What is an example of ordinal data?
List the 4 common ado.net namespaces?
What is ado.net and its architecture?
How does ado.net work?
How to pass values into a datatable?
What is dataset object? Explain the various objects in dataset.
What we do with the object of ado.net dataset after using it?
What do you mean by ‘batch updates’?
What do you know about ado.net's methods?
What is row state?