I'm working on a DTS package where I'm using FileSystemObject in an ActiveX script.
I have a Transform Data Package that I'd like to "call" from the ActiveX script, one time for every loop.
Here's my logic:
1. Get the folder.
2. Read through all the files.
3. For every file, set a global var to the file name.
4.Run the Transformation script that uses the global var to read the file and put the data into the database.
5. Get the next file.
Any way to call the task in the same dts package from a script in the same package?
Any help would be really great. Thanks..
I have a Transform Data Package that I'd like to "call" from the ActiveX script, one time for every loop.
Here's my logic:
1. Get the folder.
2. Read through all the files.
3. For every file, set a global var to the file name.
4.Run the Transformation script that uses the global var to read the file and put the data into the database.
5. Get the next file.
Any way to call the task in the same dts package from a script in the same package?
Any help would be really great. Thanks..