The "gstat -h" command provides some statistic informations about an Interbase XE database. I succeeded to retrieve the main part of them with delphi XE6 (or 7) firedac components.

The "gstat -h" command provides some statistic informations about an Interbase XE database. I succeeded to retrieve the main part of them with delphi XE6 (or 7) firedac components.

But there's still one that escapes me, which indicates whether an InterBase database is in the "shutdown" state (only SYSDBA can acces to it) or online (every granted users can access to it)..

How can I retrieve (if possible) this information via Firedac component (i.e. without calling directly gstat, capturing output and parsing it) ?

TIA

Comments