Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select ..FOR UPDATE is to Oracle as _____ is to SQLServer
Message
From
16/02/1999 05:23:51
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Select ..FOR UPDATE is to Oracle as _____ is to SQLServer
Miscellaneous
Thread ID:
00187943
Message ID:
00187943
Views:
60
How do I lock 1 row in a table from an ODBC Connection.
eg. On Oracle I issue:
select * from T where (primary_key) = (some_value) FOR UPDATE;


COnversly how do I test if this 1 row is locked?
eg.On Oracle I:
select * from T where (primary_key) = (some_value) FOR UPDATE NOWAIT;

Is there a similar mechanism on sql server???
Next
Reply
Map
View

Click here to load this message in the networking platform