Hi Rene,The following ij command will give you the current version of the data stored on disk. I don't think that this is a documented part of Derby's api, so this could change in a future release:
values syscs_util.syscs_get_database_property( 'DataDictionaryVersion' ); Hope this helps, -Rick Rene Levantinh wrote:
Hello,How can I know the database format release number (10.1, 10.2 ..) - the data in database not the jar file in order to launch an upgrade process ?Thanks, Rene