Hi,
I am trying performing a migration some data of an Oracle database to
another Oracle database using the DTS, but when something occurs wrong
my script stop.
Looking at ActiveX Script I am try:
Function Main()
On Error Goto LocalHandler
DTSDestination("TEXTO") = DTSSource("TEXTO")
DTSDestination("NUMERO") = DTSSource("NUMERO")
Main = DTSTransformStat_OK
Exit Function
LocalHandler:
‘After this test I will log the error, etc…
Resume Next
End Function
But when I run it appear an error inform syntax error at line 2.
Someone now what can I do in this case?
Thanks.
>> Stay informed about: DTD Error Handler