ADO RecordType Property
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO RecordType Property


❮ Complete Record Object Reference

The RecordType property returns a RecordTypeEnum value that indicates the type of a Record object.


Syntax

rectype=objrecord.RecordType

RecordTypeEnum Values

Constant Value Description
adRecordUnknown -1 An unknown Record type
adSimpleRecord 0 A simple Record type that does not contain child nodes
adCollectionRecord 1 A collection Record type that contains child nodes
adStructDoc 2 A Record type that represents COM structured documents

❮ Complete Record Object Reference