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 the default provider in ado.net?
How would you connect to a database by using .NET?
Do you use stored procedure in ado.net?
What is two way data binding android?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is the role of the dataset object in ado.net?
What is Data Provider?
What is sqldatasource?
Define connection string?
What are the types of databinding?
What is the use of data grid?
What is ole access?
What is disconnected data?
How would you connect to database using .NET?
How can you add or remove rows from the datatable object of dataset?