![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Have you tried using an ActiveX Script task instead? The first step in your package could be a task that does something like this: Function Main() dim Path, f1, f2 Path = DTSGlobalVariables("PathVar").Value ' Something like C:\ Temp\ f1 = Path & DTSGlobalVariables("FileVar1").Value f2 = Path & DTSGlobalVariables("FileVar2").Value DTSGlobalVariables("Result1").Value = f1 DTSGlobalVariables("Result2").Value = f2 Main = DTSTaskExecResult_Success End Function - Tom -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums...r-dts/200508/1 |
![]() |
| Thread Tools | |
| Display Modes | |
| |