Hi Gurus,
I have a following code in ActiveX in a DTS Package (ActiveX Task)
If Err.Number <> 0 Then
Call HandleError ("Error ","DB: " & SQL)
End If
and I'm trying to convert it to VB.Net. I don't know how to convert it or where to find it in DTS Package HandleError routine.
I would appreciate any help.
Thanks