Subject Re: [firebird-support] Determining database ODS (pre 11.1)
Author Helen Borrie
At 09:50 AM 23/01/2009, you wrote:
>Hello Group,
>
>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.

Not via DSQL. Use the isc_info_ods_version and isc_info_ods_minor_version items in a isc_database_info() request.

Or if you just want a remotable utility to do it interactively, SHOW DATABASE in isql.

./heLen