record locking

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


 

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.08 secs.