移动端

  • 题王微信公众号

    题王微信公众号

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

多选题

You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application. You have completed the following code segment. (Line numbers are for reference only.)   01 private void GetRecords(SqlDataAdapter da, DataTable table) {  02  03     try {  04         da.Fill(table);  05     }  06     catch (SqlException exp) {  08     }  09     finally {  10  11     }  12 }  13  You have set the da.SelectCommand.CommandText property to a stored procedure, which declares a variable named @msg. If the stored procedure has a bad shipping address, it will do the following:   1. sets @msg with the id of the record.  2. raises an error for the record.   The raised error can be seen in the following text: RaiseError(@msg, 10,  1). You want to retrieve all records, valid or not; and that a list item is added to the lstResults list box for each invalid record.   What should you do?()

发布日期:2021-01-28

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

A

B

B

C

C

D

D

E

E

F

F

题王网让考试变得更简单

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

此试题出现在

CMS专题

CMS专题

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

暂无相关推荐~