Name
FieldStatusEnum Enumeration — (Versions 2.5, 2.6)
Synopsis
The FieldStatusEnum specifies the status of the current field.
Table E-24. The FieldStatusEnum Enumeration
Enumeration |
Value |
Description |
---|---|---|
adFieldAlreadyExists |
26 (&H1A) |
Indicates that the field already exists. |
adFieldBadStatus |
12 |
Indicates that an invalid status value was sent from ADO to the OLE DB provider. |
adFieldCannotComplete |
20 (&H14) |
Indicates that the server of the URL specified by Source could not complete the operation. |
adFieldCannotDeleteSource |
23 (&H17) |
Indicates that during a move, a tree or subtree was moved to a new location, but the source could not be deleted. |
adFieldCantConvertValue |
2 |
Indicates that the field cannot be persisted or retrieved without losing some data. |
adFieldCantCreate |
7 |
Indicates that the field cannot be added because a limitation has been reached. |
adFieldDataOverflow |
6 |
Indicates that the data returned from the provider has overflowed the datatype that is used to store it. |
adFieldDefault |
13 |
Indicates that the default value for the field was used. |
adFieldDoesNotExist |
16 (&H10) |
Indicates that the field does not exist. |
adFieldIgnore |
15 |
Indicates that the field was skipped when setting data values in the source. |
adFieldIntegrityViolation |
10 |
Indicates that the field is a calculated field and cannot be directly modified. |
adFieldInvalidURL |
17 (&H11) |
Indicates that the URL specifying the data source contains invalid characters. |
adFieldIsNull |
3 |
Indicates ... |
Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.