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

What is ado or jdbc?

685


Explain the two fundamental objects in ado.net?

659


What are the different layers of ado.net?

723


Name which operations can you not perform on an ado.net dataset?

679


What is ole word?

719


What is two way data binding android?

694


Explain the architecture of ado.net?

779


What is a string variable?

640


Define partial class?

710


What is the use of adodc?

721


What is data relation in ado.net?

697


Describe the disconnected architecture of ADO.NET’s data access model.

748


What is maximum pool size in ado.net connection string?

710


Explain the difference between data reader and data adapter?

681


What are the difference between readonly vs. Const?

671