Question: QUESTION 7 1 points Save Answer = Given a valid SqlDataReader object named employeeReader, which of the following statements retrieves the first column of the

 QUESTION 7 1 points Save Answer = Given a valid SqlDataReader

QUESTION 7 1 points Save Answer = Given a valid SqlDataReader object named employeeReader, which of the following statements retrieves the first column of the current row and stores it in a string variable named s? a. Dim s As String employeeReader(1) b. Dim s As String employeeReader (0).ToString C. Dim s As String employeeReader (0) d. Dim s As String = employeeReader.GetFirstColumn () = =

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!