Hallo,

was ist, wenn Du Deinen SQL-Statement WITH NC (NC = No Commit) hinzufügst?

Also etwa so:
PHP-Code:
Insert into MySchema.MyTable
   values
(.....)
   
With NC 
Vielleicht hilfts ja!

Birgitta