网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

使用 ADO数据模型时,建立Recordset和Connection对象连接的属性是( )。

A. Execute

B. CommandType

C. Open

D. ActiveConnection


参考答案

更多 “ 使用 ADO数据模型时,建立Recordset和Connection对象连接的属性是( )。A. ExecuteB. CommandTypeC. OpenD. ActiveConnection ” 相关考题
考题 在ADO中,负责与数据源建立连接的对象是A. Connection对象B. Recordset对象C. Command对象D. connect对象

考题 在下列建立Recordset对象的方法中错误的是( )。A Set Recordset 对象名= Server.CreateObject(“ADODB.Recordset”)B Set Recordset 对象名= Connection.Execute(“数据表名”)C Set Recordset 对象名=Connection.Execute(SQL指令)D Set Recordset 对象名=Server.CreateObject(“ADODB.Connection”)

考题 使用ADO数据模型时,建立Recordset和Connection对象连接的属性是()。A. ExecuteB. OpenC. ActiveConnectionD. CommandType

考题 ADO对象模型中可以打开Recordset对象的是( )。A.只能是Connection对象B.只能是Command对象C.可以是Connection对象和Command对象D.不存在

考题 ADO对象模型层次中可以打开Record Set 对象的是______。A.只能是Connection对象B.只能是Command对象C.可以是Connection对象和Command对象D.不存在

考题 使用ADO数据模型时,使Recordset和Connection对象建立连接的属性是()。ACommand TypeBOpenCActive ConnectionDExecute

考题 ADO模型中一般可通过Connection对象的()方法执行增加、删除、修改操作。使用ADO模型时,建立Recordset和Connection对象连接的属性是()。

考题 编写使用ADO对象中的Connection对象连接SQL Server数据库的代码。

考题 使用ADO数据模型时,使Recordset和 Connection对象建立连接的属性是()。ACommand TypeBActive ConnectionCOpenDExecute