Subject Re: Correct use of transactions for 24x7
Author Aage Johansen
Riaan wrote:
...
Currently, I am using one transaction for writing data to the
database, performing a CommitRetaining after every post. For
displaying data in the grid, I use another transaction, refreshing
the query when new data is received.
...
--------------------------------

Why not use COMMIT? Only using "CommitRetaining" may not be a good thing.

Regards,
Aage J.