Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.42 KB

positionenum.md

File metadata and controls

43 lines (38 loc) · 1.42 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
PositionEnum
PositionEnum
rothja
jroth
01/19/2017
sql
ado
reference
PositionEnum
PositionEnum enumeration
COM

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

:::row::: :::column::: AbsolutePage Property (ADO)
:::column-end::: :::column::: AbsolutePosition Property (ADO)
:::column-end::: :::row-end:::