adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1055


Explain how to call the sql commands asynchronously in ado.net version 2.0?

1004