madorin / fibplus

FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.
165 stars 57 forks source link

Getting the file creation date #19

Open Boberoo opened 6 years ago

Boberoo commented 6 years ago

I see ibase.pas has frb_info_creation_date = 111, but it is not used anywhere.

I am unable to access the protected method TFIBDatabase.GetForcedWrites: Long; in order to read the date the Firebird database file was created.

It would be great if TFIBDatabase had a property for accessing the date the file was created.