What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / santosh
Data reader is belongs to connecting architectutre.It read
the the data in forward direction.It retrive data from
database through sqlcommand.It is faster as comapre to data
Adupter in disconnecting architecture.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is difference between dataset and datatable?
What are the key events of sqlconnection class?
What is ado.net components?
Explain the difference between sqlcommand object and command behavior object?
How do I delete a row from a DataTable?
Define Execute Reader?
What is ambient transaction?
What are the advantages and disadvantages of using datalist?
What is partial class?
What is aggregating data ?
What is ado rdo dao in visual basic?
Explain ado.net features?
Describe the command object and its method.
Explain how can we load multiple tables in to dataset?
What are the ado.net components?