Subject RE: [firebird-support] How to lock data?
Author Chad Z. Hower
:: In FB 1.5. Release Notes in C:\Program Files\Firebird.1.5.1\Docs
::
:: SELECT ... FROM <sometable>
:: [WHERE ...]
:: [FOR UPDATE [OF ... ]]
:: [WITH LOCK]
:: ....;

Anyone know if this is compatible with IB too?