Subject | Re: [firebird-support] Getting database creation date programatically |
---|---|
Author | Thomas Steinmaurer |
Post date | 2012-06-15T07:19:01Z |
> I need to find the date of last database restore. GSTAT -h can printIf monitoring tables are available, it might be easier to query
> this information as "Creation date". Does anyone know how can I get this
> information programatically?
MON$DATABASE with e.g.:
select mon$creation_date from mon$database
--
With regards,
Thomas Steinmaurer
http://www.upscene.com/