Diff. b/w DataReader and DataSet?
Answer Posted / anup kumar
DataReader works in connected mode means no data Manipulation
Possible. where DataSet Works in Connected and Disconnected
mode both.there is in-build memory in DataSet. it is
collections of Tables and Every table is collection of rows
and columns.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the important features of ado.net 2.0?
Explain how do you connect to sql server database without using sqlclient?
What is command class in ado.net?
Explain the dataadapter class in ado.net?
What is the use of Dataview?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Explain the difference between data reader and data adapter?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is the usage of the dataset object in ado.net?
What is commandbuilder in ado.net?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
Can datareader hold data from multiple tables?
Explain ado.net features? Benefits? Drawbacks?
Explain all the classes those are used for database connections between sql server and asp.net?
What is difference between Dataview and Datatable?