AdoRecordSet:ActiveCommand

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:ActiveCommand

Previous pageReturn to chapter overviewNext page

Purpose

The Command object that created the associated Recordset object

 

Prototype

ACCESS ActiveCommand AS AdoCommand 

 

Data Type

 

Object        AdoCommand Object

 

Description

If a Command object was not used to create the current Recordset, then a Null object reference is returned.

Use this property to find the associated Command object when you are given only the resulting Recordset object.

 

See Also

AdoRecordSet, AdoCommand