Subject How to lock data?
Author xuxu
Hello!

How can I lock a row of a table in a FireBird 1.5 procedure ?
I want to lock the row that I selected for update.
like:
select * from my_table where id =1
for udpate;
update my_table where id = 1;


   


        xuxu
        xufh@...
          2004-10-20


[Non-text portions of this message have been removed]