Dataset is a container; therefore, you need to fill it with data. You can populate a dataset by calling the Fill method of a data adapter.
We need to use an OleDBConnection to connect to SQL Server Version 6.5 (or earlier).
Incorrect Answers:
A: We could use a SqlConnection object only if the SQL Server were SQL Server 7.0, 2000 or later.
C: HTTP functionality is not required in this scenario. It would introduce unnecessary overhead.
D: ADODB is a legacy standard and should not be used here
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.