Hy guys.
I use dts.package2 object to execute a SqlServer DTS from my
Vb.NET application. My DTS includes 3 SQL Tasks. If I have an error in one of them, the Execute method of dts.package2 object don't recognize some error, so my application continue. Now I read this topic:
http://p2p.wrox.com/topic.asp?TOPIC_ID=33898
I uderstood that, after executing the Execute method, I can look at the ExecutionResult property of every DTS.Step2 object of DTS.Package2 to recognize every error. My problem is that in my DTS I have 3 SQl Tasks, but oDts.Steps.count property of my object is valorized at 0. Why not 3?
Thank you in advance