Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jung1975
Aged Yak Warrior
503 Posts |
Posted - 2005-08-03 : 11:09:46
|
Can I use IF statement in Active X script?:For example:If DTSSource("RX") = "Yes" thenDTSDestination("RX") = "Y"end ifIf DTSSource("DX") = "No" thenDTSDestination("DX") = "N"end if |
|
jung1975
Aged Yak Warrior
503 Posts |
Posted - 2005-08-03 : 16:50:45
|
Can I do something like this using ActiveX in DTS?Funcation Main()If DTSSource("City") = "Newyork"then "Seoul"end ifDTSDestination("City") = DTSSource("City")Main = DTSTransformstat_OKEnd function |
 |
|
|
|
|