Multiple Choice
string sConnection =
"Provider=Microsoft.ACE.OLEDB.12.0;" +
"Data Source=member.accdb";
-Using the segment of code above,what is member.accdb?
A) the name of an Access Database
B) the name of a SQL Server Database
C) the name of an Access table
D) the name of a SQL Server table
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Each data provider includes a collection of
Q7: A foreign key is a column (field)
Q8: To retrieve data from a database programmatically,
Q18: Which class is automatically instantiated when a
Q30: Typically when you are programming for database
Q31: Classes that can be used to retrieve,
Q43: Using the local copy of data stored
Q52: The CommandBuilder object used for accessing data
Q57: After values have been retrieved using the
Q69: Read-only forward retrieval of data from an