Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Get value from Innner package to main package

Author  Topic 

zahranc
Starting Member

3 Posts

Posted - 2008-01-24 : 03:39:54
I use 'Execute Package Task' to execute the child package in my DTS package. I need to get a return value from my child package to main package. Can you give me some clues?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-24 : 04:00:02
why have you posted this again?
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2008-01-24 : 04:04:15
the execute package task has the ability to pass values into or retrieve values from a child package by using inner/outer package global variables.

a good source of dts information is sqldts.com. Books online has information regarding teh inner/outer variables.



-ec
Go to Top of Page
   

- Advertisement -