当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO ActiveCommand 与 ActiveCon
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[指令]对象创建的,那么,它将返回空值。
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[记录集]对象的字符串或变量。如果连接被关闭,那么该属性将设置或返回一个连接的定义。
objRecordset.ActiveCommand objRecordset.ActiveConnection |