In that case, couldn't I declare a global variable at the outer package, then
add the variable in the "outer global variables" of the Execute Package task,
which is the inner package. In this inner package, if I do
DTSGlobalVariable("IsSuccess") = 0, then, I should be able to accomplish this.
Am I right?
J
--
Be Cool!
"Frans van Bree" wrote:
Quote:
You can't. Both inner and outer are used to supply variables TO the child
package. Inner by setting a global variable that already exists in the child
package, outer by creating/setting a global variable in the child package
that already exists in the parent package. |