executing DTS packages in C#

M

Mike P

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


Cheers,

Mike
 
D

Danny Tuppeny

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top