Forum Post: RE: Concurrent access, lock the database table?

  • Thread starter Thread starter gus
  • Start date Start date
Status
Not open for further replies.
G

gus

Guest
also, there is no UNLOCK statement. Locks are managed internally by the 4GL compiler, 4GL runtime, and the database based on things like buffer scope and transaction boundaries which are used to determine the duration of row-level locks. in SQL, locks are managed by the OpenEdge SQL Server's query engine, primarily based on the isolation level in effect and transaction duration.

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