ShutdownDatabase Options

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mils
Posts: 2
Joined: Thu 12 Jul 2012 11:18

ShutdownDatabase Options

Post by mils » Thu 12 Jul 2012 11:54

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

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: ShutdownDatabase Options

Post by ZEuS » Fri 13 Jul 2012 07:43

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.

mils
Posts: 2
Joined: Thu 12 Jul 2012 11:18

Re: ShutdownDatabase Options

Post by mils » Fri 13 Jul 2012 09:02

Thx.

Post Reply