Calum Miller wrote: > Hi, > > How sensitive are Derby generated databases to changes in the client > access jars? For example, if I have a database generated via Derby > version 10.0.2.1 <releases/release-10.0.2.1.html>, can this database be > accessed with Derby 10.1.2.1 without <releases/release-10.1.2.1.cgi>an > import/export of the ddl? If import/exports are required then does the > version numbering convention capture this necessity?
Import/export is not required. Moving between Derby versions is really simple. Please see http://wiki.apache.org/db-derby/UpgradingTen and http://db.apache.org/derby/docs/10.1/devguide/cdevupgrades.html Dan.
