Multiple Choice
The ADO.NET architecture encapsulates the details of differing database structures such as
Oracle, as opposed to Access, in the form of ____.
A) data providers
B) databases
C) data adapters
D) data tables
Correct Answer:

Verified
Correct Answer:
Verified
Q45: A cache of records retrieved from some
Q46: A data reader class allows read-only forward
Q47: The query language used to access, manipulate,
Q48: The Dataset Designer tool provides a visual
Q49: SELECT Address FROM member<br>WHERE FirstName = 'Bill'
Q51: string sConnection =<br>"Provider=Microsoft.ACE.OLEDB.12.0;" +<br>"Data Source=member.accdb";<br><br>Using the
Q52: The CommandBuilder object used for accessing data
Q53: All of the following are core classes
Q54: To position the OleDbDataReader object onto the
Q55: A Data Source Configuration Wizard is available