October 29, 2007 at 4:41 am
Hello there,
while working on a DTS package, i reached a situation where i need to implement logical OR instead of logical AND. how can i get that?
well, for instance assume a package with 4 activeX scripts
package will start from script1.
On Success, i need to execute script2
On Fail, i need to execute script3
regardless of result, after completion of either script2 or script3 i need to execute script4.
how can i achieve this?
Many thanks and hope someone can offer something for this.
Vinesh K Velaga
October 29, 2007 at 5:26 am
Check http://www.sqldts.com, I'm sure they have an example there.
--------------------
Colt 45 - the original point and click interface
October 29, 2007 at 8:59 am
http://WWW.SQLDTS.COM does have an example that I've used in a couple of packages:
http://www.sqldts.com/218.aspx
Greg
Greg
October 29, 2007 at 9:25 am
philcart / Greg Charles
Thanks for your quick responses.
i got that article
Vinesh K Velaga
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply