Viewing 4 posts - 1 through 4 (of 4 total)
I am unable to find a setting for this option. Can you guide me please?
Thanks
December 29, 2005 at 12:32 am
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...
July 11, 2005 at 5:44 am
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...
July 5, 2005 at 2:31 am
Viewing 4 posts - 1 through 4 (of 4 total)