Subject RE: [ib-support] Firebird 1.5 - SELECT FOR UPDATE
Author Dmitry Yemanov
Cesar,

> Im trying to use
>
> SELECT * FROM TABLE
> WHERE FIELD = 'SOMETHING'
> FOR UPDATE WITH LOCK
>
> in fb 1.5 rc1
>
> in delphi 7, with dbexpress...
> but it always returns the records,

But what do you expect from this statement? It should return records (if
any) and it does. What is wrong for you?


Dmitry