网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: ADO :: ADO ActiveCommand 与 ActiveCon

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO ActiveCommand 与 ActiveCon


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:1161 :: ::

ActiveCommand
ActiveCommand 属性

The ActiveCommand property returns a variant that contains the Command object associated with the Recordset object.
ActiveCommand属性的作用是:返回一个通过Command[指令]对象创建的Recordset[记录集]对象的变量。

Note: If the Recordset object was not created by a Command object, Null is returned.
注意:如果Recordset[记录集]对象不是通过Command[指令]对象创建的,那么,它将返回空值。

ActiveConnection
ActiveConnection 属性

The ActiveConnection property sets or returns a string or variant that contains the Connection object associated with the Recordset object. If the connection is closed, this property sets or returns a definition for a connection.
ActiveConnection属性的作用是:设置或返回一个通过Command[指令]对象创建的Recordset[记录集]对象的字符串或变量。如果连接被关闭,那么该属性将设置或返回一个连接的定义。

Syntax
语法

objRecordset.ActiveCommand
objRecordset.ActiveConnection

评论 (0) All