Solved

ADONET Does Not Require That You Keep a Continuous Live

Question 1

Multiple Choice

ADO.NET does not require that you keep a continuous live connection to the database and process one retrieved record at a time. Additional classes are available that enable you to connect to the database long enough to retrieve records into memory. The primary class for this activity is ____.


A) DataReader
B) Connection
C) Command
D) DataSet

Correct Answer:

verifed

Verified

Related Questions