Question: QUESTION 2 1 points Save Answer Given a valid connection string named conString, which of the following statements creates a connection for a SQL Server

QUESTION 2 1 points Save Answer Given a valid connection string named conString, which of the following statements creates a connection for a SQL Server database? a. Dim con As New SqlConnection() con.SqlConnectionString = constring b. Dim con As New Connection (conString) C. Dim con As New SqlConnection (conString) d. constring.Open()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
