UpdateTypeEnum Enumeration (DAO)
Used with the Update method to specify which updates to write to disk.
Name |
Value |
Description |
---|---|---|
dbUpdateBatch |
4 |
All pending changes in the update cache are written to disk. |
dbUpdateCurrentRecord |
2 |
Only the current record's pending changes are written to disk. |
dbUpdateRegular |
1 |
(Default) Pending changes are not cached and are written to disk immediately. |