On 11/17/05, Andre Bickford <[EMAIL PROTECTED]> wrote:
> Can anyone give me some advice on the best way to export a MySQL
> database to Derby?  I've tried lots of different options with
> mysqldump but I can't seem to get a format that I can run through
> Derby.

You could try DdlUtils (http://db.apache.org/ddlutils), it provides
Ant tasks and an API to dump databases to Turbine-style XML files
(database independent) and to dump data from a database, and to create
them again in a database (of possibly another type). It's not complete
yet or bug-free, but perhaps it already does what you want.

Tom

Reply via email to