The SqlDataAdapter is used to fill a ________ with data from a database.

  • DataGrid
  • DataReader
  • DataSet
  • DataTable
The SqlDataAdapter is primarily used to populate a DataSet with data retrieved from a database. It acts as a bridge between the database and the DataSet, allowing data to be fetched and stored in a structured format.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *