Subject | Re: Getting version |
---|---|
Author | Roman Rokytskyy <rrokytskyy@acm.org> |
Post date | 2003-02-06T15:53:03Z |
> 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