Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?



Which components of a data provider is used to retrieve, insert, delete, or modify data in a data so..

Answer / Sudipa Acharjee

The Command, Connection, and DataReader/DataAdapter components are used to interact with the data source. Commands define what operations to perform (Select, Insert, Update, Delete), Connections provide the connection to the data source, and DataReader is used for forward-only, fast reading of data, while DataAdapter is used to fill a DataSet or update the data source.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What does ado stand for in ado.net?

1 Answers  


i making a project using windows application c#, i want to show user name, password, and one button login. i wanna make it with sealed class .how its possible . when i clicked my login button all project should be open. pls cleare me.

1 Answers  


What are all components of ADO.Net data provider?

1 Answers  


How to maintain the relation between two tables in ADO.NET?

1 Answers   Petranics Solutions,


Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!

1 Answers  


Define different execute methods of ADO.NET command object ?

1 Answers   NA,


What is difference between datagridview and datagrid control in winforms?

1 Answers  


What is ado full form?

1 Answers  


Explain the difference between data reader and data adapter?

1 Answers  


Is bulk insert faster than insert?

1 Answers  


What are the steps you will take to improve performance?

1 Answers  


What are the classes in System.Data.Common Namespace?

1 Answers  


Categories