|
-
May 14th, 1999, 06:51 AM
#5
Re: Hi! Is there anyone out there how can tell me how record lockting with DAO works. REWARD: 1 bee
Whether locking is pessimistic or not, DAO locks the 2Kb page that contains your record. Pessimistic locking only determines when the locking occurs (on Edit() if pessimistic, else on Update()).
If a particular page is locked, no other user can edit any records in that page, even if they are not the same record as the one being edited.
--
Daren Chandisingh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|