Ben
2005-08-04 17:56:07 UTC
I have an activeX task that performs a loop and at the end of every loop i
want it to execute the exec sql task. I have tried:
Set objSQL =
DTSGlobalVariables.Parent.Tasks("DTSTask_DTSExecuteSQLTask_1").CustomTask
.....
objSQL.Execute
But i get an error "wrong number of arguments or invalide property"
How can this be done? The reason im doing it this way is that the query the
exec sql uses is dynamic to the current loop in the activeX control
thanks for any and all help!
Ben
want it to execute the exec sql task. I have tried:
Set objSQL =
DTSGlobalVariables.Parent.Tasks("DTSTask_DTSExecuteSQLTask_1").CustomTask
.....
objSQL.Execute
But i get an error "wrong number of arguments or invalide property"
How can this be done? The reason im doing it this way is that the query the
exec sql uses is dynamic to the current loop in the activeX control
thanks for any and all help!
Ben