Subject | Re: Correct use of transactions for 24x7 |
---|---|
Author | Aage Johansen |
Post date | 2001-10-08T18:50:10Z |
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.
...
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.