DatabaseHandle :: ChangeRecovery - Enable/disable recovery support
This function allows enabling or disabling the recovery support for the opened database.
To disable the recovery support one may pass RECOVERY_none as recovery type.
To enable recovery support one may pass RECOVERY_full or RECOVERY_transaction. One should enable the recovery support immediately after the latest backup.
Return value: Success ( logical )
Implementation details
logical
DatabaseHandle  :: ChangeRecovery ( RecoveryType rec_type, NPath &rec_path )
- rec_type - Type of recovery support
- rec_path - Recovery folder path