You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Jonathas Carrijo <jc...@oobj.com.br> on 2008/01/30 17:23:41 UTC

DML Tool

 
 
Hi,

I'm embedding derby on a Java Web Start application, and I want it to
automatically create and fill the database the first time it runs.
I'm using DdlUtils to create the tables, but it looks that it cannot fill
the tables with data.

I looked into JudoScript, and it seemed a great tool, but unfortunately it
doesn't support derby.
Does anyone know of a tool, preferrably a database agnostic one (like
DdlUtils) that I could use to prefill the tables with data?
Does derby provide one?

Thanks a lot in advance. 

--
Jonathas Carrijo