• Jason Lees-299789 (12/22/2009)


    Like Jeff, I'm not sure what it is you are trying to do.

    what is the purpose of the package? Is it to parse through a list of files?, to loop through a dataset?

    I need to get a list of Names from the database and use the list it in multiple tasks of the package. So I'm getting the names from the database and storing them in to a array list. The array list is stored in to a variable of System.Object. This will avoid the trips to the database to get the names every time I need them.

    I'm trying to figure out how to read the names from the Variable(User::Collection) using the ForEach From Variable Enumerator.

    Hope this helps.