Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select ..FOR UPDATE is to Oracle as _____ is to SQLServer
Message
De
16/02/1999 05:23:51
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Select ..FOR UPDATE is to Oracle as _____ is to SQLServer
Divers
Thread ID:
00187943
Message ID:
00187943
Vues:
62
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???
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform