On 7/14/06, Obs <[EMAIL PROTECTED]> wrote:
I guess my follow up question would be, how does the model get set for the DdlToDatabaseTask? I figured it would get ot from the WriteDataToDatabaseCommand where you set the file to be read in
Actually, why do you use the Ant tasks in your code at all ? The API (http://db.apache.org/ddlutils/api-usage.html) is actually easier, so you might want to use that instead. Tom
