Subject RE: [firebird-support] Lock table?
Author Alan McDonald
> Is it possible to lock a table (in a way like in mySQL: "LOCK
> TABLE XXXX")?
>
> Thank you very much in advance for your response.
>
>
> Best wishes,
>
> Marc

You can trick FB into locking records (not tables AFAIK) but FB is
transaction based, unlike MySQL (without Inno tables), What are you trying
to do here, since FB will do things differently without the need for these
explicit locks.

Alan