Question : SSIS package : error handling

Hi,

I call a SSIS package from a C# application to transfer date from a SQL Server 2005 database to an oracle database.
I want to catch all errors in an oracle table. What can I do? in SSIS package or in Windows forms application?

My dtsx package contains a Data Flow Task. I try to define a container with a SQL task. Waht can I know in the C# application that there is or not one error?

Thanks for your help.

Answer : SSIS package : error handling

if you want to do a simple error handling just use on error event handler and add a script task there and do your appropriate action.
but if you want to do deeper consideration on exact error descriptions in dataflow tasks you can use some articles like below:
http://www.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/62662/

and about syntax in sql statement, just use sql syntax which you used in your dbms,

I think if you want more deeper help, you must explain what you want to do exactly in this package.

Regards,
Random Solutions  
 
programming4us programming4us