Solved

String SConnection = "Provider=Microsoft.ACE.OLEDB.12.0;

Question 5

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions