The data is stored in a
Microsoft SQL Server
database on a server named
Admin and the Database
name is Diploma. You connect
to Diploma by using Windows
authentication mode. You use
a SqlConnection object to
connect to the database. Then
which is the correct
connection string from below
?
Answers
Answered by
1
Answer:
Explanation: A SqlConnection is an object, just like any other C# object. The SqlConnection object instantiated above uses a constructor with a single argument of type string. Explanation: An instance of the SqlConnection class in . NET Framework is supported by the Data Provider for SQL Server Database.
Explanation:
Similar questions