Forum Post: Re: For Each Table Exclusive-lock Transaction

  • Thread starter Thread starter Thomas Mercer-Hursh
  • Start date Start date
Status
Not open for further replies.
T

Thomas Mercer-Hursh

Guest
One really good reason for that transaction keyword is to document your intent. Moreover, should you make a mistake and do something which would cause the transaction to be scoped to a larger block, which is all too easy, then the compiler will let you know you have made a mistake when it encounters the transaction keyword inside a transaction.

Continue reading...
 
Status
Not open for further replies.
Back
Top