Hi. I am confused.
I have an ActiveX task (TaskA) that does stuff.
At the end of the script I set the variable:
-or-
What code do I need in the parent package to determine whether the TaskA was Success or Failure?
I guess I am also confused as to the difference between a Task and a Step? Can a task have multiple steps? or vice versa?
TIA-
Alex
I have an ActiveX task (TaskA) that does stuff.
At the end of the script I set the variable:
Code:
Main = DTSTaskExecResult_Success
Code:
Main = DTSTaskExecResult_Failure
What code do I need in the parent package to determine whether the TaskA was Success or Failure?
I guess I am also confused as to the difference between a Task and a Step? Can a task have multiple steps? or vice versa?
TIA-
Alex