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 ado object model?
Difference between sqlcommand and sqlcommandbuilder?
Which is faster sqldataadapter and sqldatareader?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
How do you connect to sql server database without using sqlclient?
What are the namespaces used in ADO.Net to connect to a database?
Explain how to find the given query is optimised one or not?
Define isolation?
What does ado stand for in ado.net?
What is an example of ordinal data?
What is the difference between Data adaptor and Data set?
What are the key features of ado.net?
How to retrieve the user id which is provided while windows authentication?
What is the difference between sqlcommand and sqldataadapter?
How to work with disconnected data - the dataset and sqldataadapter?