Forum Replies Created

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

  • RE: DTS package modification

    i have posted the ActiveX script for the DTS package i hope you can solve it.

    Thanks

  • RE: DTS package modification

    '**********************************************************************

    ' Visual Basic Transformation Script

    ' Copy each source column to the

    ' destination column

    '***********************************************************************

    Function Main()

    on error resume next

    dim line1

    dim readcounter

    readcounter=0

    DTSDestination("custno") = DTSGlobalVariables("cid").Value

    DTSDestination("club") = DTSSource("club")

    DTSDestination("mail") = DTSSource("mail")

    DTSDestination("fname")...

  • RE: DTS package modification

    [thank you for replying. but yes i did check all the transformations and tested the DTS package and it doesnt give me an error but, still it does not transfer...

  • RE: DTS repository

    [Can anyone please answer my question]

    i tried to save a DTS package in the repository, accidently it got saved only under metadata and i can only view it using the...

  • RE: DTS import from excel

    thank you, i am going for creating a package in DTS but the only thing that worries me is data integrity, how do i insert records into 3 tables at...

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