Select from following answers:- SqlCommand and sqlconnection

- SqlDataReader
- SqlDataAdapter
- All Above
You need a SqlCommand to execute your update query against the database and SqlConnection to establish a connection to your database.
Show Correct Answer
Source: microsoft exam book(c#) | |
Alert Moderator