Hey all
I've created a DTS-package in VB which takes about 20-30 secs
to execute, now how do I get progress-events(how many records progressed),
Just like when executing the package with Enterprise Manager?
Right now, when I execute the package the program freezes/takes
all resources.
I could ofcause make my own thread in the background, which could
execute, and I could ask the package every 5sec about how many
records are progressed, but which property holds that information?
Best Regards
Nikolaj Rasmussen