Re: How to assign a result of sqltask to variable

2008-05-07 Thread Chuck Holzwarth
t Sent: Tuesday, May 6, 2008 5:51:23 PM Subject: Re: How to assign a result of sqltask to variable You cant directly, but you might be able to use the output attribute to store the user_id in a file and then read the contents of the file into a property with LoadFile. Its worth a shot, but

Re: How to assign a result of sqltask to variable

2008-05-06 Thread Jeremy Weber
All How to assign a result of sqltask to variable E.g. Lets say i have this in my build.xml SELECT user_id FROM user where user_name=${user.name}; in this how do i assign user_id now to any variable,? Please help - To

How to assign a result of sqltask to variable

2008-05-06 Thread I am Who i am
Hi All How to assign a result of sqltask to variable E.g. Lets say i have this in my build.xml SELECT user_id FROM user where user_name=${user.name}; in this how do i assign user_id now to any variable,? Please help