Subject Re: Getting version
Author Roman Rokytskyy <rrokytskyy@acm.org>
> How to get Firebird version using JayBird API?

That should be DatabaseMetaData.getDatabaseProductName() and
DatabaseMetaData.getDatabaseProductVersion(). I have not tested it,
but from code seems that it works.

Roman