executing DTS packages in C#

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

How do you execute a DTS package in C#? Any help would be really
appreciated.


Cheers,

Mike
 
Mike P said:
How do you execute a DTS package in C#? Any help would be really
appreciated.

I've done this before - but I think it was something messy like using dtsrun
with Process.Start and capturing the output. I can't dig the code out, since
it was at my last employer, but it certainly worked :-)
 
Back
Top