Re: database format

2007-10-23 Thread John Embretsen
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'

Re: database format

2007-10-23 Thread Rick Hillegas
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,