Diff b/w DataReader,Dataset and Data table?

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


Please Help Members By Posting Answers For Below Questions

Define different execute methods of ADO.NET command object ?

545


What you mean by filtering of data?

533


What is data control techniques?

503


What is the namespaces being used to access oracle database?

512


Is ado.net an orm?

510






What is disconnected data?

578


What are the uses of Stored Procedure?

549


What is the difference between OLEDB Provider and SqlClient?

526


What does ado stand for in ado.net?

450


How can we add/remove row's in "datatable" object of "dataset"?

537


How would you connect to database using .NET?

568


What does ole stand for in excel?

596


What is Dataset Object?

559


What is disconnected scenario in entity framework?

532


What are all the different methods under sqlcommand?

516