![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have 5 folders each having 2-3 text files. I have two DTS(SQL 2000) packages one which is having around 12 tasks which is getting processed based on the records in '.txt' file, now what i need to do is put this entire first package in a loop which will get the name of the file from my second package which is saving the file name in a global variable. This is the activeXScript of my second package which is passing the name of the text file to a global variable - For Each objsubfold in foldSubfolders for each fil in objsubfold.Files DTSGlobalVariables("gv_FileFullName").Value = fil.Name Next Next help needed asap Nitin |
#3
| |||
| |||
|
|
I have 5 folders each having 2-3 text files. I have two DTS(SQL 2000) packages one which is having around 12 tasks which is getting processed based on the records in '.txt' file, now what i need to do is put this entire first package in a loop which will get the name of the file from my second package which is saving the file name in a global variable. This is the activeXScript of my second package which is passing the name of the text file to a global variable - For Each objsubfold in foldSubfolders for each fil in objsubfold.Files DTSGlobalVariables("gv_FileFullName").Value = fil.Name Next Next help needed asap Nitin |
#4
| |||
| |||
|
|
I have 5 folders each having 2-3 text files. I have two DTS(SQL 2000) packages one which is having around 12 tasks which is getting processed based on the records in '.txt' file, now what i need to do is put this entire first package in a loop which will get the name of the file from my second package which is saving the file name in a global variable. This is the activeXScript of my second package which is passing the name of the text file to a global variable - For Each objsubfold in foldSubfolders for each fil in objsubfold.Files DTSGlobalVariables("gv_FileFullName").Value = fil.Name Next Next help needed asap Nitin |
#5
| |||
| |||
|
|
I have 5 folders each having 2-3 text files. I have two DTS(SQL 2000) packages one which is having around 12 tasks which is getting processed based on the records in '.txt' file, now what i need to do is put this entire first package in a loop which will get the name of the file from my second package which is saving the file name in a global variable. This is the activeXScript of my second package which is passing the name of the text file to a global variable - For Each objsubfold in foldSubfolders for each fil in objsubfold.Files DTSGlobalVariables("gv_FileFullName").Value = fil.Name Next Next help needed asap Nitin |
#6
| |||
| |||
|
|
I have 5 folders each having 2-3 text files. I have two DTS(SQL 2000) packages one which is having around 12 tasks which is getting processed based on the records in '.txt' file, now what i need to do is put this entire first package in a loop which will get the name of the file from my second package which is saving the file name in a global variable. This is the activeXScript of my second package which is passing the name of the text file to a global variable - For Each objsubfold in foldSubfolders for each fil in objsubfold.Files DTSGlobalVariables("gv_FileFullName").Value = fil.Name Next Next help needed asap Nitin |
#7
| |||
| |||
|
|
I have 5 folders each having 2-3 text files. I have two DTS(SQL 2000) packages one which is having around 12 tasks which is getting processed based on the records in '.txt' file, now what i need to do is put this entire first package in a loop which will get the name of the file from my second package which is saving the file name in a global variable. This is the activeXScript of my second package which is passing the name of the text file to a global variable - For Each objsubfold in foldSubfolders for each fil in objsubfold.Files DTSGlobalVariables("gv_FileFullName").Value = fil.Name Next Next help needed asap Nitin |
#8
| |||
| |||
|
|
I have 5 folders each having 2-3 text files. I have two DTS(SQL 2000) packages one which is having around 12 tasks which is getting processed based on the records in '.txt' file, now what i need to do is put this entire first package in a loop which will get the name of the file from my second package which is saving the file name in a global variable. This is the activeXScript of my second package which is passing the name of the text file to a global variable - For Each objsubfold in foldSubfolders for each fil in objsubfold.Files DTSGlobalVariables("gv_FileFullName").Value = fil.Name Next Next help needed asap Nitin |
#9
| |||
| |||
|
|
I have 5 folders each having 2-3 text files. I have two DTS(SQL 2000) packages one which is having around 12 tasks which is getting processed based on the records in '.txt' file, now what i need to do is put this entire first package in a loop which will get the name of the file from my second package which is saving the file name in a global variable. This is the activeXScript of my second package which is passing the name of the text file to a global variable - For Each objsubfold in foldSubfolders for each fil in objsubfold.Files DTSGlobalVariables("gv_FileFullName").Value = fil.Name Next Next help needed asap Nitin |
![]() |
| Thread Tools | |
| Display Modes | |
| |