Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.57 KB

File metadata and controls

39 lines (33 loc) · 1.57 KB
title ActiveCommand Property (ADO) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Recordset20::ActiveCommand
helpviewer_keywords
ActiveCommand property [ADO]
ms.assetid fb4088d5-5968-42d6-aeaa-3955046bb4da
author MightyPen
ms.author genemi

ActiveCommand Property (ADO)

Indicates the Command object that created the associated Recordset object.

Return Value

Returns a Variant that contains a Command object. Default is a null object reference.

Remarks

The ActiveCommand property is read-only.

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.

Applies To

Recordset Object (ADO)

See Also

ActiveCommand Property Example (VB)
ActiveCommand Property Example (JScript)
ActiveCommand Property Example (VC++)
Command Object (ADO)