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 disconnected data?
If we are not returning any records from the database, which method is to be used?
What is difference between ado.net and asp net?
What is microsoft ado.net?
What is Dataset Object?
What is shadow copy?
Which object needs to be closed?
What is ado circle?
What are the benefits of using ado.net?
What is the difference between SqlCommand and SqlCommandBuilder?
How to check if a datareader is closed or opened? IsClosed()
Explain how can we load multiple tables in to dataset?
What are all the different methods under sqlcommand?
How can you add or remove rows from the datatable object of dataset?
What is the difference between sqlcommand and sqldataadapter?