Hi,
I am a new Oracle DB user, please help me understand if this is possible...
1) I have a connection.transaction in my
VB.NET
2) My
VB.NET issues an insert statement to a table
3) This table has trigger that issues many insert statements to different tables...
Will adding raiseerror in trigger be able to rollback all the insert statements including the one issued in
VB.NET?
How about if
VB.NET calls a stored procedure that uploads records, can raise error be used as well?
If anybody would be kind enough to send working samples (in case this is feasible), I would greatly appreciate it... Thanks!