Subject Re: Problem
Author Aage Johansen
Dion Oliphant wrote:
> A bit of trivia; I have found that doing
> Start transaction
> Run the query
> Commit the transaction
> Start transaction
> Run the query
> Commit the transaction
> Start transaction
> Run the query
> Commit the transaction
> .....
>
> really sucks reources... and takes an eternity to complete.


Those 'Commit the transaction', are they CommitRetaining or Commit ?

Regards,
Aage J.