DTS :: Logical OR implementation

  • 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

    -------ON SUCCESS----> script2------>
    script1
    -----ONCOMPELTE-----> script4
    ------ON FAIL---------> script3------>

    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.


    Kindest Regards,

    Vinesh K Velaga

  • Check http://www.sqldts.com, I'm sure they have an example there.

    --------------------
    Colt 45 - the original point and click interface

  • 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

  • philcart / Greg Charles

    Thanks for your quick responses.

    i got that article


    Kindest Regards,

    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