Re: SQL task and rowcountproperty

2011-10-25 Thread Andy Stevens
On 4 August 2011 09:20, Miras Bastien wrote: > I'm trying to use the rowcountproperty parameter in the sql task. > > My ant code looks like: >                             driver="oracle.jdbc.driver.OracleDriver" >                             url=" jdbc:oracle:thin:@localhost:11522:TINSTA" >      

SQL task and rowcountproperty

2011-08-04 Thread Miras Bastien
Hello, I'm trying to use the rowcountproperty parameter in the sql task. My ant code looks like:                             select * from t_product; But the db.data.nbLine property is not updated. Looking at: http://javasourcecode.org/html/open-source/ant/ant-1.8.1/org/apache/tools/ant/taskde

Sql task and rowcountproperty

2011-08-04 Thread Miras Bastien
Hello, I'm trying to use the rowcountproperty parameter in the sql task. My ant code looks like:                             select * from t_product; But the db.data.nbLine property is not updated. Looking at: http://javasourcecode.org/html/open-source/ant/ant-1.8.1/org/apache/tools/ant/taskde