Hi everyone,
do you know any articles on foreach loop container that loops over a dataflow task...pls tell me....
thanks in advance,
Praveen Dayanithi wrote: Hi everyone,
do you know any articles on foreach loop container that loops over a dataflow task...pls tell me....
thanks in advance,
I presume that you mean a ForEach loop that contains a data flow.
Enumerating files in a Foreach loop
(http://blogs.conchango.com/jamiethomson/archive/2005/05/30/1489.aspx)
-Jamie
|||
Hi,
Thanks Jamie...
But i was looking for articles that involves foreach loop container that has a data flow task...
By saying dataflow task i mean i am goin to loop around all the records in the recordset of the dataflow task.
or you can tell me how to solve this issue....
I need to fetch data from table 2 for every record from the recordset which is mergejoin resultset of table1 and table2.
Thanks in advance,
No comments:
Post a Comment