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...
Continue reading...