hi,
I have the following code in ActiveX in DTS. I get a VB compilation error as End Of Statement expected on the line that has the "Open" statement. Where am I going wrong?
Open "E:\DTS_Files\Target\ValidationErrorsApp.txt" For Append As #1
Write #1, "1"
Close #1