Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have a Dts that runs everyday generating a text file. I rename the file in the DTS with an activeX Script but I would like to rename it according to a "count" number such as: file_1, file_2, file_3. But if I use a Dts global variable it doesn't work: the variable is global in a Dts run but it takes back the init value the next time. Is there a way to have a GLOBAL global variable that would be common to the different runs of a DTS.
Thanks
Vincent
I have a Dts that runs everyday generating a text file. I rename the file in the DTS with an activeX Script but I would like to rename it according to a "count" number such as: file_1, file_2, file_3. But if I use a Dts global variable it doesn't work: the variable is global in a Dts run but it takes back the init value the next time. Is there a way to have a GLOBAL global variable that would be common to the different runs of a DTS.
Thanks
Vincent