98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Record Locking
Record Locking
Resolved · Low Priority · Version 2003
RE: Record Locking
Hi Bob
Record Locking in tables takes place whenever someone access a record in a table
This prevents the situation where two users log onto the database, access the same record and begin to change it. This would corrupt the data.
Access uses a database engine (Jet) to avoid data corruption caused by simultaneous updates.
The database engine imposes locks on records as they're edited. A lock notifies the engine that someone is editing the record. It's up to the database engine to appropriately respond to the lock, which prevents data corruption.
So when a user access a record, Jet creates the .LDB file and makes entries in the LDB notifying other copies of Jet of the user's activities.
Hope this helps
Carlos
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Modal formsIf you have created a form / switchboard and dont want people to get away from using the switchboard, you can change the form properites for Modal to On. |