How can I change Data?

  • Hi, All

    I have a q for U.

    I try to change one of my columns from 1 to "Y".. I use this ActiveX script but it doesnt work.. Any idea??

    Thx in advance..

    Jay

    *********************

    Function Main()

    dim strYesNo

    Select Case DTSSource("Upd_YTD_FICA")

    Case 1

    strYesNo="Y"

    Case Else

    strYesNo=DTSSource("Upd_YTD_FICA")

    End Select

    DTSDestination("Upd_YTD_FICA")= strYesNo

    Main = DTSTransformStat_OK

    End Function

  • I believe this should be

    DTSDest() = CASE DTSSOURCE = x...

    Steve Jones

    steve@dkranch.net

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply