Diff. b/w DataReader and DataSet?
Answer Posted / sandeep singh shekhawat
Data Reader is forword only it read one by one row. when it reach end the table then need to another connection open for it. it object create by command object method execute reader.
Data set is used for disconnect approch.It can have more than one table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Some important instruction regarding ADO.NET connection string ?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is the difference in an abstract class and an interface?
What is ado.net components?
Is entity framework better than ado.net?
What are the different ado.net namespaces?
What is difference between executequery and executeupdate?
Define the data provider classes that is supported by ado.net?
What are the 3 major types of connection objects in ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is difference between ado.net and asp net?
What are the rules to implement connection pooling?
Explain how do you connect to sql server database without using sqlclient?
Which object of ado contains datarow datacolumn collection?
What is the role of the dataset object in ado.net?