Passing Global variables
I have two packages, A & B. Package A builds an ADO connection string and stores it in a global variable strConstrA.
Package B contains an Execute Package Task which executes package A.
package B also contains a global variable, strConstrB. I would like to pass strConstrA from package A out to strConstrB in package B
I am having a problem achieving this. Any help would be appreciated
Thanks
LLoyd
|