Rick Hillegas wrote:
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'
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,