missing references rows issue

2010-01-20 Thread Sashikanth Maddali
Hi I'm a newbie to dbltutils. I was using version 1.0 jar to copy data to MS SQL database. While executing my scripts I'm getting org.apache.ddlutils.io.DataSinkException: There are 8 rows still not written because of missing referenced rows exception. I heard that newer version DBUtils 1.3

RE: missing references rows issue

2010-01-22 Thread Sashikanth Maddali
in the data file. If you set the verbosity attribute of the ant task to debug, then DdlUtils should print out whenever it defers insertion of a row because its foreign key dependency is not satisfied. Tom On Wed, Jan 20, 2010 at 10:13, Sashikanth Maddali sashikan...@warnerpacific.com wrote: Hi

Exception while inserting data back

2010-01-26 Thread Sashikanth Maddali
Hi I'm using ddlutils-1.0.jar (built checking out latest code from SVN, ran ANT JAR and collected jar file from dist folder). Below are the steps I'm doing. 1.Using MS SQL Server 2005 database 2.With the help of ddlutils created two xml files one for DB Schema and another for data