This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v20 R8
UNLOCK TABLE
|
UNLOCK TABLE sql_name |
||
The UNLOCK TABLE command is used to unlock a table that has previously been locked via the LOCK TABLE command. It will not work if it is passed within a transaction or if it is used on a table that is locked by another process.
This command removes the lock on the MOVIES table:
UNLOCK TABLE MOVIES
Product: 4D
Theme: SQL Commands
4D SQL Reference ( 4D v20 R8)