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 a dataview?
What is adodb dll?
What are the different execute methods of Ado.Net?
Explain the different row versions available in table?
What is Data Provider?
What is difference between datatable and dataset?
How do you update a dataset in ado.net and how do you update database through dataset?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is microsoft ado?
What does sqldatareader return?
What is ado.net object model?
Explain what is datagrid with an example?
What is untyped dataset?
How can we load multiple tables in a dataset?
How does ado.net work?