Name
RecordOpenOptionsEnum Enumeration — (Versions 2.5, 2.6)
Synopsis
The RecordOpenOptionsEnum enumeration indicates options for opening a Record object.
Table E-39. The RecordOpenOptionsEnum Enumeration
|
Enumeration |
Value |
Description |
|---|---|---|
adDelayFetchFields |
32768 (&H8000) |
Indicates that the provider need only retrieve the fields when they are accessed, rather than in advance. |
adDelayFetchStream |
16384 (&H4000) |
Indicates that the provider need only retrieve the default stream when it is accessed, rather than in advance. |
adOpenAsync |
4096 (&1000) |
Indicates that the Record object should be opened asynchronously. |
adOpenExecuteCommand |
65536 (&H10000) |
Indicates that the Source field of the Record object contains a command that should be executed. |
adOpenOutput |
8388608 (&H800000) |
Indicates that if the source of the Record object points to an executable script, then the Record object contains the results of the executed script. |
adOpenRecordUnspecified |
-1 (&HFFFFFFFF) |
Default. Indicates that no special options are specified. |
ADO/WFC
The RecordOpenOptionsEnum enumeration does not have ADO/WFC constants.
See Also
Record.Open Method
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access