RecordTypeEnum

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

RecordTypeEnum

Specifies the type of Record object.

Constant Value Description
adSimpleRecord 0 Indicates a simple record (does not contain child nodes).
adCollectionRecord 1 Indicates a collection record (contains child nodes).
adRecordUnknown -1 Indicates that the type of this Record is unknown.
adStructDoc 2 Indicates a special kind of collection record that represents COM structured documents.

ADO/WFC Equivalent

These constants do not have ADO/WFC equivalents.

See Also

Applies To: RecordType Property

© 1998-2003 Microsoft Corporation. All rights reserved.