Ok. But gfix offers the following commands:
Shutdown all connections and only allow a single connection to a database:
| Code: |
gfix -shut single -force 0 database.fdb
|
Allow multiple connections from a SYSDBA/owner of the database:
| Code: |
gfix -shut multi -force 0 database.fdb
|
Go from single to multi mode, use:
| Code: |
gfix -online multi database.fdb
|
To bring the database fully online, just use the -online switch without any parameters:
| Code: |
gfix -online database.fdb
|
Is it possible to use AnyDAC for this commands?