jesusaplsoft <[email protected]> writes: > Is there any way to unencrypt a working encrypted db?
As far as I know, the only way to do this currently is to create a new, unencrypted database and manually migrate the data from the encrypted database. Maybe you can use DdlUtils (http://db.apache.org/ddlutils/) to do the migration. There's an example of how to use DdlUtils to export the contents of one Derby database and import them into another Derby database at the Derby web site: http://db.apache.org/derby/integrate/db_ddlutils.html -- Knut Anders
