Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.63 KB

File metadata and controls

41 lines (36 loc) · 1.63 KB
title PositionEnum | 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
PositionEnum
helpviewer_keywords
PositionEnum enumeration
ms.assetid e69af0a5-3405-4b72-9c6e-6b188ff746fd
author MightyPen
ms.author genemi

PositionEnum

Specifies the current position of the record pointer within a Recordset.

Constant Value Description
adPosBOF -2 Indicates that the current record pointer is at BOF (that is, the BOF property is True).
adPosEOF -3 Indicates that the current record pointer is at EOF (that is, the EOF property is True).
adPosUnknown -1 Indicates that the Recordset is empty, the current position is unknown, or the provider does not support the AbsolutePage or AbsolutePosition property.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.Position.BOF
AdoEnums.Position.EOF
AdoEnums.Position.UNKNOWN

Applies To

AbsolutePage Property (ADO) AbsolutePosition Property (ADO)