Subject | Re: [ib-support] minimizing transaction-open time |
---|---|
Author | Doug Chamberlin |
Post date | 2002-05-08T16:04:28Z |
At 05/08/2002 10:37 AM (Wednesday), Woody wrote:
Start trans
Read record
Commit
Let user edit record taking all the time they want.
When they save:
Start trans
Write updates
Commit
>Moving betweenActually a much better way is
>records then becomes: start transaction, read record, edit (or not), stop
>transaction, start transaction, read record, etc., etc.
Start trans
Read record
Commit
Let user edit record taking all the time they want.
When they save:
Start trans
Write updates
Commit