Subject Re: INSERT ... RETURNING vs AutoCommit
Author
Note that when I use ExecSQL instead of Open (and ignore the result) the INSERT is still not committed automatically. The only reliable way to obtain that, is to remove the RETURNING clause.