Subject | Re: [firebird-support] Locking a Table |
---|---|
Author | Ivan Prenosil |
Post date | 2005-12-12T20:14:11Z |
> How do I lock and unlock a table so that there can be no concurrentLook at RESERVING clause of SET TRANSACTION command.
> updates/inserts to that table ? I am using the C API.
(or do the same using Transaction Parameter Buffer when using transaction API)
Ivan