Hi,
SQL Server 2000... New to ActiveX (vbscript) and DTS.
I am trying to change the values of some of the DataPump properties via ActiveX (vbscript).
I have managed this for connections:
'Now set the new values
con.Catalog = strToDataMartdb
con.DataSource = strToDataMartServer
BUT I cannot do the same for DataPump properties. Esp, DestinationObjectName and SourceSQLStatement.
I have tried the following:
Tsk.DestinationObjectName = strToTempTableName
and/or
Tsk.DestinationObjectName.value = strToTempTableName
Neither work. How do I reference these. Please Help.
Thankyou.
SQL Server 2000... New to ActiveX (vbscript) and DTS.
I am trying to change the values of some of the DataPump properties via ActiveX (vbscript).
I have managed this for connections:
'Now set the new values
con.Catalog = strToDataMartdb
con.DataSource = strToDataMartServer
BUT I cannot do the same for DataPump properties. Esp, DestinationObjectName and SourceSQLStatement.
I have tried the following:
Tsk.DestinationObjectName = strToTempTableName
and/or
Tsk.DestinationObjectName.value = strToTempTableName
Neither work. How do I reference these. Please Help.
Thankyou.