Re: SQL task and iterating over results

2011-11-23 Thread montechristos
-- View this message in context: http://ant.1045680.n5.nabble.com/SQL-task-and-iterating-over-results-tp5017227p5017234.html Sent from the Ant - Users mailing list archive at Nabble.com

SQL task and iterating over results

2011-11-23 Thread montechristos
Hello, I have a small script that queries a DB to get some IDs. I would like to iterate over the result set (using ant 'for' task) without saving the results to a file. Can somebody provide some hints? Thanks -- View this message in context: http://ant.1045680.n5.nabble.com/SQ