Global Variables - For Path & File name

  • Is there way to create a Global Variable in DTS that is made up of two other Global Variables.

    Problem:

    I can create a global variable for each of my Text File (Source) that has the Path and File Name. I would rather create only one Global variable with the Path and this string in the file name or create another global variable with the File Name?

    Thanks for your help.

    Daniel

  • Hi Daniel,

    Yes you can...!

    DTSGlobalVariables("File").Value=DTSGlobalVariables("path").Value & DTSGlobalVariables("fileName").Value

    JFB

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply