Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
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