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 :-)
 
I might have to do this in the near future so I have been reading about it
and I'm interested in how it works out for you... Let us know how it goes.
FYI, I found this link:

http://www.c-sharpcorner.com/Code/2002/Sept/DTSnCS.asp

From article:

Key for handling DTS in .NET is adding reference to “Microsoft DTSPackage
Object Libraryâ€
 

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

Back
Top