Viewing 4 posts - 1 through 5 (of 5 total)
Let's recap...
i have a setup which looks like this
<Task A> --> ForEach(<TaskB>)
Task A produces Data which it stores in a Variable "v1" (AdoDataSet with exactly one DataTable in it)...
November 21, 2009 at 2:19 am
well yes, this is, as i explained, exactly what I'm doing
November 20, 2009 at 4:37 pm
Sql is executed as "SQL from a variable".
The variable is a expression and contains the variable "FirstIdRunner" which is obtained from Task "A"
November 20, 2009 at 3:14 pm
it's inside a second variable, scope of Task "B"
The variable contains a expression with a standard query containing exactly one variable... the one mentioned above
November 20, 2009 at 2:49 pm
Viewing 4 posts - 1 through 5 (of 5 total)