On 3/1/06, Jun Li <[EMAIL PROTECTED]> wrote: > Here comes another question, how can I use DataReader to read the XML file > in and then insert them back to a database?
This is similar, you'll just need the DataToDatabaseSink. E.g. have a look at the WriteDataToDatabaseCommand : http://svn.apache.org/viewcvs.cgi/db/ddlutils/trunk/src/java/org/apache/ddlutils/task/WriteDataToDatabaseCommand.java?view=markup Tom
