What are the major components of data provider?
Ask by Sumit Kesarwani
Updated 15 Sep 2020
The Connection object which provides a connection to the database.
The Command object which is used to execute a command.
The DataReader object which provides a forward–only, read only, connected recordset.
The DataAdapter object which populates a disconnected DataSet with data and performs update.