Answer Posted / venu
DataReader: datareader is forward only it is nt scrollable
and datareader fetch the records one by one.this is record
pointer to pointing to one by one record in connected
Architecture.
Dataset:dataset is contain table in Xml format.we can use
this forward to any operating system.it is Scrollable and
dataset contain in application memory.
Datatable: DataTable Contain a structured format it contain
a rows and columns.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why do we need ado.net?
What is oledb connection?
What is the purpose of using adodb?
What is difference between Dataview and Datatable?
Describe datareader object of ado.net with example.
What is the return type of executescalar?
What is defaultview in datatable?
What is adodb dll?
What is sql command in ado net?
How can we load multiple tables in to dataset?
How to pass multiple tables in datasets simultaneously?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Define different execute methods of ADO.NET command object ?
What are the benefits of ADO.NET?
What is data adapter in ado.net with example?