I'm inserting rows in a loop (in a WHEN-MOUSE-CLICK event), and want to ROLLBACK when an error occurs.But than I realized that the inserts take place immediately.
Does anyone know howto set Autocommit Off inside Oracle Forms? Forms does not recognize the command :
SET AUTOCOMMIT OFF
Is there a way to do that?
Does anyone know howto set Autocommit Off inside Oracle Forms? Forms does not recognize the command :
SET AUTOCOMMIT OFF
Is there a way to do that?