Record Lock (1 Viewer)

morpheus2002

New member
Local time
Today, 11:50
Joined
Oct 24, 2005
Messages
9
I have a created a database for insurance policies.
I'm using a form in the database to edit the data in the underlying table.
I use "pessimistic lock" in the database and in the form.
The database runs in a multi-user environment.

My question is the folowing:

When a user is editing a record, it is obvious that this record is set to
lock in the table (--> pessimistic lock), but the 4 records that are right before this record
are also locked too!

There is nobody else editing at that same moment in the database and it is
not a one-time occurence!

Can somebody help me out with this one... I'm realy desperite and I
searched the entire forum.
 

daherb

Registered User.
Local time
Today, 10:50
Joined
Sep 14, 2005
Messages
66
the 4 records that are locked are these the only records in the table???
 

morpheus2002

New member
Local time
Today, 11:50
Joined
Oct 24, 2005
Messages
9
daherb said:
the 4 records that are locked are these the only records in the table???

No there are above 1000 records in the table.
 

Users who are viewing this thread

Top Bottom