使用ADO数据模型时,建立Recordset和Connection对象连接的属性是()。
A. Execute
B. Open
C. ActiveConnection
D. CommandType
第1题:
ADO对象模型层次中可以打开Record Set 对象的是______。
A.只能是Connection对象
B.只能是Command对象
C.可以是Connection对象和Command对象
D.不存在
第2题:
ADO模型中一般可通过Connection对象的()方法执行增加、删除、修改操作。使用ADO模型时,建立Recordset和Connection对象连接的属性是()。
Execute;Active Connection
略
第3题:
使用ADO数据模型时,使Recordset和 Connection对象建立连接的属性是()。
ACommand Type
BActive Connection
COpen
DExecute
第4题:
使用ADO数据模型时,使Recordset和Connection对象建立连接的属性是()。
ACommand Type
BOpen
CActive Connection
DExecute
第5题:
编写使用ADO对象中的Connection对象连接SQL Server数据库的代码。
略