Hi,
I have stored procedure in ORACLE that inserts record in a table that has a unique-key constraint on 3 columns.
I managed to handle the exception correctly in the stored procedure.
My problem is at the data access layer (I use enterprise library with executenonquery() ) the number of affected rows returned is alway 1 even when the constraint violated and exception catched in the procedure.