How to determine version of a derby database

2021-02-17 Thread Lisa Ruby
Hi, I am using derby in the embedded mode for a Java Windows desktop application. I am trying to find a way that I can determine what version my database is. When I use the Java Connection class getMetaData().getDatabaseProductVersion() call it always returns the version of the derby driver I am

Re: How to determine version of a derby database

2021-02-17 Thread Lisa Ruby
Probably should have mentioned that I'm using derby version 10.15.2.0 and AdoptOpenJDK Java 11.0.9.11-hotspot Lisa On 2/17/2021 4:08 PM, Lisa Ruby wrote: > Hi, > > I am using derby in the embedded mode for a Java Windows desktop > application. I am trying to find a way that I can determine what