ADO RecordType Property
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 |
Goto Record Object Complete Reference
ADO RecordType Property
Reviewed by 1000sourcecodes
on
23:41
Rating: