DTSPackageLog -
06-19-2006
, 07:05 PM
I was trying to log errors to the error log. But it kept giving me this
error:
Variable is undefined: 'DTSPackageLog'
Here is my code:
Function Main()
DTSPackageLog.WriteStringToLog "RRR"
Main = DTSTaskExecResult_Success
End Function
Can someone help?
*** Sent via Developersdex http://www.developersdex.com *** |