Mark Hiles wrote: > > I've been using "create=true" and it just keeps overriding the existing > db.. > > Someone mentioned to me that it might have something to do with the fact > that > I'm running an embedded version.. I'm not sure why that would matter but > could > that be it? >
Any chance that you are not committing your transactions? Changed data would appear to be there while you're connected to the database but disconnecting (without a commit) and then re-connecting it would appear as though your database was overridden, when really the data was never saved. Brad -- View this message in context: http://www.nabble.com/Re-using-an-existing-db-and-archiving-data-tp16108041p16112414.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
