Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Row Lock
Message
From
06/12/1999 13:32:10
 
 
To
03/12/1999 23:40:36
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00298596
Message ID:
00299288
Views:
24
>How can I use the row lock in MS SQL 7.0 with VFP ?

That would depend on what you want to do with it? In general, SQL Server handles the application and removal of locks (The default Transactional Isolation Level is Read Committed). When you read data, SQL Server will apply a shared lock. When you change data, SQL Server will acquire an exclusive lock and hold it until the end of the transaction.

It is possible to override the default locking behavior by changing the Transaction Isolation Level or using lock hints. The former is the perferred.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform