June 2001
Intermediate to advanced
620 pages
19h 29m
English
ADCPROP_AUTORECALC_ENUM Enumeration — (Versions 2.1, 2.5, 2.6)
The ADCPROP_AUTORECALC_ENUM enumeration dictates whether, within a hierarchical recordset, the MSDataShape provider recalculates the aggregate and calculated columns. This enumeration value is used within the Recordset dynamic property, Auto Recalc.
Table E-2. The ADCPROP_AUTORECALC_ENUM Enumeration
|
Enumeration |
Value |
Description |
|---|---|---|
adRecalcAlways |
1 |
Default. Indicates that values are recalculated whenever the MSDataShape provider can determine that data used for calculated columns have changed. |
adRecalcUpFront |
0 |
Indicates that the calculation is done only when building the hierarchical recordset. |
The ADCPROP_AUTORECALC_ENUM enumeration does not have ADO/WFC constants.
Read now
Unlock full access