Aug 4, 2004 #1 coquito65 Programmer Joined Jul 6, 2004 Messages 9 Location MX Hello everybody ¡ Is there any form to unlock a table ? Thank you very much ¡ Jorge
Aug 7, 2004 #2 vpshriyan IS-IT--Management Joined Jul 26, 2002 Messages 356 Location IN Hi, If your session has locked the table, you can say: UNLOCK TABLE table-name; A table can also be unlocked by closing an active transaction, via COMMIT WORK or ROLLBACK WORK statement. Regards, Shriyan Upvote 0 Downvote
Hi, If your session has locked the table, you can say: UNLOCK TABLE table-name; A table can also be unlocked by closing an active transaction, via COMMIT WORK or ROLLBACK WORK statement. Regards, Shriyan