record locking

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Access Training and help » Record Locking

Record Locking

resolvedResolved · Low Priority · Version 2003

Bob has attended:
Access Advanced course

Record Locking

Is there ma problem with it

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 courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Access tip:

Modal forms

If 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.

View all Access hints and tips


Server loaded in 0.1 secs.