What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / satyambabu
the data reader on the other hand is directly connected to
the database management syatem .it is passess the all
quries to database managemant system,which execute them and
returns the result back to the application.
datareader no maintain the buffer
it is used to small number of operations
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the different row versions available in table?
Is it possible to edit data in Repeater control?
What are the key features of ado.net?
What is acid in ado.net?
What are datareaders?
What is the use of connection object in ado.net?
Compare Data Reader & Dataset in ado.net?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is Serialization in .NET? what are the types of Serialization?
What is datatable in ado.net?
What is the difference between linq and ado.net?
What is ado oledb and odbc?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Is it possible to load multiple tables in a Dataset?