Question: You are writing the code for a Web application that will access data in a Microsoft SQL Server database. Which of the following connection string's
You are writing the code for a Web application that will access data in a Microsoft SQL Server database. Which of the following connection string's codes can you use assuming that the database file is called transactions.mdf
Question options:
a
ProviderMicrosoft.ACE.OLEDB;Data SourceC:transactionsmdf;
User ID; Password;
b
ProviderMicrosoft.DBOLEDB;Data SourceC:transactionsmdf;
User ID; Password;
c
ProviderSQLOLEDB;Data SourceC:transactionsmdf;
User ID; Password;
d
ProviderMySQLProv;Data SourceC:transactionsmdf;
User ID; Password;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
