|
From: James D. <jjd...@us...> - 2007-05-10 14:13:57
|
Hello - I'm using DBUnit 2.2 on Windows with DB2 via JDBC connection. = Because our tables contain sizable data, I would like to run a Query (i.e= =2E SELECT * FROM USERS WHERE FUNCTION =3D 'limited') and save the result= s of that Query to an XML output file. Seems like I can run a query and = get ITable object - but how can I create the IDataSet object from the ITa= ble object? I need to have the IDataSet to feed to the FlatXmlDataSet.wr= ite() operation to get what I need... An simple example would be helpful - Thanks, James= |