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
What is bubbled event?
What is ado.net and its architecture?
What are the ado.net components?
Define atomicity?
What you mean by filtering of data?
What is the difference between sqldatareader and sqldataadapter?
How do you merge 2 datasets into the third dataset in a simple manner?
What is the use of data grid?
How is entity framework different from ado.net?
Define data access layer?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are three methods for displaying data in a syncfusion datagrid
What is the functionality of data provider in ado.net?
Explain the advantage of ADO.Net?
What is the default timeout specified for "sqlcommand.commandtimeout" property?