Forum Replies Created

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

  • RE: connection

    I am unable to find a setting for this option. Can you guide me please?

    Thanks

  • RE: DTS - CSV to Database

    Hi,

    This seems to be the exact job that I am doing for a client.

    .csv files come in, the DTS packages process them. In between there is a temp table that...

  • RE: compare date

    Even the DateDiff gives the same error (i.e. object required).

    Thanks

    //**********************************************************************

    // Java ActiveX Script

    //************************************************************************

    function Main()

    {

    var filespec = DTSGlobalVariables("FTPROOT").value + "\\" + DTSGlobalVariables("FILE").Value;

    var f;

    var d;

    var fso = new ActiveXObject("Scripting.FileSystemObject");

    if...

  • RE: compare date

    I don't believe there is a datediff in DTS.

    Thanks

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