On Wed, Sep 24, 2008 at 1:00 AM, Erik Drolshammer <[EMAIL PROTECTED]> wrote:
> I have successfully made a dump from an existing database with > readModelFromDatabase. (So my setup seems to work.) > > How can I do the same for the data? For API samples, see http://db.apache.org/ddlutils/api-usage.html, and also the javadoc for the DatabaseDataIO class (http://db.apache.org/ddlutils/api/org/apache/ddlutils/io/DatabaseDataIO.html). For Ant, have a look at the writedatatofile command of the databaseToDdl Ant task (http://db.apache.org/ddlutils/ant/). Tom
