While debugging, I found that ZeosLib 8.0.0 identifies the Firebird version using the SQL below:
Code: Select all
select rdb$get_context('SYSTEM', 'ENGINE_VERSION') from rdb$database
Code: Select all
select rdb$get_context('SYSTEM', 'ENGINE_VERSION') from rdb$database