This solution works... I did not know about ddlutils and I really was missing a product like this.
Knut Anders Hatlen-5 wrote: > > 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 > > -- View this message in context: http://old.nabble.com/Encrypted-db-tp33293118p33324171.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
