If true, check to see if recovery needs to be performed before
opening the database environment. (For this check to be accurate,
all processes using the environment must specify it when opening the
environment.)
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
Remarks
If recovery needs to be performed for any reason (including the
initial use of this setting), and RunRecoveryis also
specified, recovery will be performed and the open will proceed
normally. If recovery needs to be performed and
RunRecovery is not specified,
RunRecoveryException will be thrown. If recovery does
not need to be performed, RunRecovery will be ignored.
See Architecting Transactional Data Store applications in the
Programmer's Reference Guide for more information.