Subject Re: [firebird-support] Getting database creation date programatically
Author Josef Kokeš
On 15.6.2012 9:19, Thomas Steinmaurer wrote:
>> I need to find the date of last database restore. GSTAT -h can print
>> this information as "Creation date". Does anyone know how can I get this
>> information programatically?
>
> If monitoring tables are available, it might be easier to query
> MON$DATABASE with e.g.:
>
> select mon$creation_date from mon$database

Unfortunately, I need this information for Firebird 1.0, too :-(

But in the meantime I will query mon$database on my newer servers. Thanks.

Pepak