移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application that will connect to the Microsoft SQL Server 2005 database. You have completed the following code segment. (Line numbers are for reference only.)   01 public IDataReader GetCustomerReader()  02 {  03     SqlConnection con = new SqlConnection();  04     //Set up the connection  05     con.Open();  06     string sql = "Select * from Customers";  07     IDataReader rd = null;  08  09     con.Close();  10     return rd;  11 }   You need to make sure that a DataReader stream for the data in the Customers table can be returned from the GetCustomerReader method.   What should you do? ()

发布日期:2021-01-28

You work as an application developer at Contoso.co...
A

A

B

B

C

C

D

D

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

CMS专题

CMS专题

去刷题
热门试题热门资讯 相关试题

暂无相关推荐~