T
toto
Hello,
I use oracle 9.2,
I have a trigger on a table.
When I update my table the trigger generate the error:
error ORA-01403: No data found
But no exception is generated with my System.Data.OracleClient so in
my c# code I don't know that an error occured!!
Why ?
What can I do to detect the error?
I use oracle 9.2,
I have a trigger on a table.
When I update my table the trigger generate the error:
error ORA-01403: No data found
But no exception is generated with my System.Data.OracleClient so in
my c# code I don't know that an error occured!!
Why ?
What can I do to detect the error?