Hi,
I'm need to usa an output from a sql task. the sql is something like select count(*) from...
I'm tring to put in a int32 var for "colect" the output from the sql task.
When i examime the variable value it is always "Error displaying Variable: There is an error in XML document (1, 2)."
When I try to atrib the value of the sql task the VS put a <string> tag, like this:
<string>{TASK(0bb77e98-1a18-4594-a1f4-95d072bbfd5a,StdOut)}</string>
how to write a task output to a int32 variable?
Edited by moderator
2013-02-18T20:31:11Z
|
Reason: Not specified