Exceptions running DTS package from C# -
07-15-2003
, 12:26 PM
I am currently running a DTS package from C#. With correct data the package
runs fine. When I insert "bad" data the package runs but does not throw any
exceptions, yet when I run it manually within the Enterprise Manager the
error thrown correctly. Am I missing something, shouldn't I be recieveing
an exception via interop.
TIA,
Kevin |