Subject Re: [firebird-support] Determining database ODS (pre 11.1)
Author Ivan Prenosil
> Is there any way of determining the ODS of a database for pre 11.1 ODS
> (from a client connection, not gstat)? Specifically, I need to know
> whether a given database was built with Firebird 1.5 or 2.1.


Use isc_database_info() FB API call with requests
isc_info_ods_version
isc_info_ods_minor_version

Ivan