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
What is ado or jdbc?
Explain the two fundamental objects in ado.net?
What are the different layers of ado.net?
Name which operations can you not perform on an ado.net dataset?
What is ole word?
What is two way data binding android?
Explain the architecture of ado.net?
What is a string variable?
Define partial class?
What is the use of adodc?
What is data relation in ado.net?
Describe the disconnected architecture of ADO.NET’s data access model.
What is maximum pool size in ado.net connection string?
Explain the difference between data reader and data adapter?
What are the difference between readonly vs. Const?