Subject Exclusive acces to table / data?
Author jacobhavkrog
Hi -
I'M migrating a Delphi application from BDE Paradox to Firebird.

With BDE I used the TTable.Exclusive property to ensure exclusive access to the database, also in a multi-user context.

I would open a table exclusively while doing updates to the database in generel to make sure, that the updates were only done once.

How do I do this with Firebird?

Thanks
Jacob