Hello,
what options are allowed in TIBCConfigService::ShutdownDatabase method ? Is there possibility to shutdown Firebird database in full, single or multi mode? I can't find any description in manual.
Regards
ShutdownDatabase Options
Re: ShutdownDatabase Options
The TIBCConfigService.ShutdownDatabase method accepts such options:
- smForced, that forces a database shutdown without waiting;
- smDenyTransaction, that denies new transactions, then waits for a period of time and then shutdowns;
- smDenyAttachment, that denies new attachments, then waits for a period of time and then shutdowns.
For the time being IBDAC doesn't provide functionality to shutdown Firebird database in the full, single or multi mode using the TIBCConfigService component. We will add this functionality in one of the next IBDAC builds.
- smForced, that forces a database shutdown without waiting;
- smDenyTransaction, that denies new transactions, then waits for a period of time and then shutdowns;
- smDenyAttachment, that denies new attachments, then waits for a period of time and then shutdowns.
For the time being IBDAC doesn't provide functionality to shutdown Firebird database in the full, single or multi mode using the TIBCConfigService component. We will add this functionality in one of the next IBDAC builds.