Subject Re: [firebird-support] Getting database creation date programatically
Author Thomas Steinmaurer
> 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


--
With regards,
Thomas Steinmaurer
http://www.upscene.com/