Subject | Re: [firebird-support] Determining database ODS (pre 11.1) |
---|---|
Author | Ivan Prenosil |
Post date | 2009-01-22T23:15:14Z |
> Is there any way of determining the ODS of a database for pre 11.1 ODSUse isc_database_info() FB API call with requests
> (from a client connection, not gstat)? Specifically, I need to know
> whether a given database was built with Firebird 1.5 or 2.1.
isc_info_ods_version
isc_info_ods_minor_version
Ivan