Hi. I've searched through archives but I wasn't able to find correct answer
to this question...
I'm trying to get multiple fields values from a sql task into several
variables. 
For example,

<sql ...>

SELECT field1, field2, field3 FROM table WHERE condition

</sql>
And then manipulate properties like ${field1}, ${field2}... 
I can also grab these values from a java task, but the question subsists :
how do I put these values into variables ? 
Thanks a lot for your help 
David

Reply via email to