Subject Re: Lock table?
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, "Marc Geldon" <Geldon@e...>
wrote:
> Is it possible to lock a table (in a way like in mySQL: "LOCK TABLE
XXXX")?

Marc, as Alan said, table locking is in general alien for FB
technology, usually we can do all we want don't bothering other user's
work. But if you _really_ need it - look at description of consistency
isolation level and it's parameters in API guide.

Best regards,
Alexander.