Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.01 KB

fieldenum.md

File metadata and controls

25 lines (23 loc) · 1.01 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
FieldEnum
FieldEnum
rothja
jroth
01/19/2017
sql
ado
reference
FieldEnum
FieldEnum enumeration [ADO]
COM

FieldEnum

Specifies the special fields referenced in a Record object's Fields collection.

Remarks

These constants provide a "shortcut" to accessing special fields associated with a Record. Retrieve the Field object from the Fields collection, and then obtain its contents with the Field object's Value property.

Constant Value Description
adDefaultStream -1 References the field containing the default Stream object associated with a Record.
adRecordURL -2 References the field containing the absolute URL string for the current Record.