
December 31st, 2003, 05:43 AM
|
|
Junior Member
|
|
Join Date: Dec 2003
Location: France
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
equivalent of for update nowait in Oracle
Hi,
What is the syntax in Firebird to have a lock on select (not on update, delete).
For example :
user 1 : select.. for update nowait
user 2 : select .. for update nowait -> exception on lock select.
I am this comportment in Oracle and I'd like to have the same in Firebird.
Thanks.
|