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