网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
使用Command对象和存储过程进行数据操作时,应将CommandType属性设置为()。
参考答案
更多 “使用Command对象和存储过程进行数据操作时,应将CommandType属性设置为()。” 相关考题
考题
在ADO对象中,(9)对象负责浏览和操作从数据库中取出的数据;(10)对象用于体现ADO对象的内置属性和动态属性。(9) A.connection B.command C.recordset D.field(10) A.property B.command C.connection D.parameter
考题
使用ADO数据模型时,建立Recordset和Connection对象连接的属性是()。A. ExecuteB. OpenC. ActiveConnectionD. CommandType
考题
使用Command对象和存储过程进行数据操作时,应将CommandType属性设置为()。A、CommandType.TextB、CommandType.CommandTextC、CommandType.StoredProcedureD、CommandType.Procedure
考题
在ADO.NET中,为了执行一个存储过程,需要把Command对象的CommandType属性设置为()。A、CommandType.StoredProcedureB、CommandType.TableDirectC、CommandType.TextD、CommandType.Sql
考题
Dataadapter对象的()属性获取或设置SQL语句或存储过程,用于从数据集中删除记录。A、deletecommandB、insertcommandC、selectcommandD、updatecommand
考题
使用ADO数据模型时,使Recordset和Connection对象建立连接的属性是()。A、Command TypeB、OpenC、Active ConnectionD、Execute
考题
使用Command对象进行数据操作时,默认情况下CommandType属性为()。A、CommandType.TextB、CommandType.ProcedureC、CommandType.CommandTextD、CommandType.StoredProcedure
考题
设置ADO数据控件RecordSource属性为数据库中的单个表名,则CommandType属性需设置为()A、adCmdTextB、adCmdTableC、adCmdStoredProcD、adCmdUnknown
考题
在ADO.NET中,执行数据库的某个存储过程,则至少需要创建()并设置它们的属性,调用合适的方法。A、一个Connection 对象和一个Command对象B、一个Connection 对象和DataSet对象C、一个Command 对象和一个DataSet对象D、一个Command 对象和一个DataAdapter对象
考题
单选题在ASP文件中使用Command对象执行存储过程时,必须使用其()属性指定数据查询信息的类型。A
ActiveConnectionB
CommandTextC
CommandtypeD
State
考题
单选题在ADO.NET中,command对象的()属性获取和设置要对数据源执行的SQl语句或存储过程。A
CommandtypeB
CommandtimeoutC
connectionD
commandtext
考题
单选题在ADO.NET中,command对象的commandtype属性是()表示一个表或多个表名称。A
StoredprocedureB
tabledirectC
textD
以上都可以
考题
单选题在ADO.NET中,为了执行一个存储过程,需要把Command对象的CommandType属性设置为()。A
CommandType.StoredProcedureB
CommandType.TableDirectC
CommandType.TextD
CommandType.Sql
考题
单选题你创建一个ASP.NET应用程序来显示在一个DataGrid控件中的产品分类列表。产品数据存放在名为certkillerProducts的SQL数据库中。每种产品都用一个名为ProductID的数值量来标识,同时每种产品都有个按字母顺序排列的描述叫ProductName。你编了一个ADO.NET的代码,用一个SqlDataAdpter对象和一个SqlCommand对象通过调用一个存储程序重新获得数据库中的产品数据。设置SqlCommand对象的CommandType属性为CommandTyp.StoredProcedure,该对象的CommandText属性为procProductList。你的代码成功地将一个降序排列且按ProductID分类的产品列表数据装进一个DataTable对象中。你想让ProductName的值按字母逆序显示,该怎么办?()A
把SqlCommand对象的CommandType属性改为CommandTypText;CommandText属性改为:SELECT*FROMprocProductListORDERBYProductNamDESC;绑定DataGrid数据源来自datatable对象B
基于DataTable对象创建一个新的DataView对象;将DataView对象的排序属性设置为ProductNamDESC;绑定DataGrid数据源来自datatable对象C
将DataGrid的AllowSorting属性设置为真;设置DataGridColumn的SortExpression属性使ProductName显示为ProductNamDESC;绑定DataGrid数据源来自datatable对象D
将DataTable对象的DisplayExpression属性设置为ORDERBYProductNamDESC;绑定DataGrid数据源来自datatable对象
考题
单选题当Command对象用于存储过程时,应将Command对象的()属性设置为StoredProcedure。A
CommandText属性B
CommandType属性C
StoredProcedure属性D
Parameters属性
考题
单选题使用Command对象和存储过程进行数据操作时,应将CommandType属性设置为()。A
CommandType.TextB
CommandType.CommandTextC
CommandType.StoredProcedureD
CommandType.Procedure
考题
单选题使用Command对象进行数据操作时,默认情况下CommandType属性为()。A
CommandType.TextB
CommandType.ProcedureC
CommandType.CommandTextD
CommandType.StoredProcedure
热门标签
最新试卷