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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!