Back end database lock-up
- From: "zmickle@xxxxxxxxx" <samlambson@xxxxxxxxx>
- Date: Wed, 12 Nov 2008 20:05:33 -0800 (PST)
Excuse my noobness. I am managing an access database that is shared
by 4 users. Management does not want to use any technologies outside
of access for this application (no SQL Server, etc). I have split the
database into front end and back end databases and put the front end
on each of the users' computers. All users can open the front end
simultaneously, but once somebody updates data in the form, the back
end locks up.
What I expect to happen:
- I assume that access should use optimistic locking (?) that would
only lock the records that are being updated, but it locks the entire
database.
what I've tried:
- i checked and double checked that the query and form are set to no-
locks
- I tried taking out all calculated values (string manipulations) in
the query
- I'm not the only one working on this, so there have been quite a few
other things looked at to no avail.
I'm stumped. Thanks for any help.
.
- Follow-Ups:
- Re: Back end database lock-up
- From: Salad
- Re: Back end database lock-up
- From: Allen Browne
- Re: Back end database lock-up
- Prev by Date: Re: passing number formatting to documents and email
- Next by Date: Re: numbers not merging with commas and decimal places in mail merges
- Previous by thread: passing number formatting to documents and email
- Next by thread: Re: Back end database lock-up
- Index(es):
Relevant Pages
|