Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Row Lock
Message
From
15/12/1999 22:42:33
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00298596
Message ID:
00304512
Views:
26
>>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
Thanks for your advise
I will try to locate more information about that.
K.L.Ma
Previous
Reply
Map
View

Click here to load this message in the networking platform