Re: Please help with a serious issue
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Fri, 03 Feb 2006 21:07:48 -0600
Ok, new information. It turns out that when they get that error(row cannot
be located for updating) they are both invoicing customers that are right
after each other in the database. I read that Access locks the record you
are updating as well as the previous and next record as sort of a buffer i
guess. Is there a way around this? They will have this situation more often
than not, it will almost be every time they are invoicing.
I really need a solution to this or i will have to switch the software to
run to a local database and update each night to the server. The client
really does not want this.
Any help you can give would be greatly appreciated.
Thanks again,
David L. Bracken
If you are using clientside cursors as you claim then the lock placed for
updating the record will be placed when you post a record and removed as soon as
the post succeeds. You can do some testing to see if two users trying to post
records next to each other simultaneously try to post and have this problem vs
One waiting for the other to post and then trying the post.
If there is an error in the first situation the user should be able to post the
record on a second try because the lock will be removed by the time the user has
read the error.
I have never seen this come up before so I am sceptical that its happening often
enough in your application to case a problem.
You can't change Accesses Locking behavior so a fix is moving to SQL server or
some other database.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- Re: Please help with a serious issue
- From: Brian Bushay TeamB
- Re: Please help with a serious issue
- From: dave
- Re: Please help with a serious issue
- From: Brian Bushay TeamB
- Re: Please help with a serious issue
- From: dave
- Re: Please help with a serious issue
- Prev by Date: Re: TDBLookupList does not highlight
- Next by Date: Re: Error creating object. MDA Components 2.1 installed!
- Previous by thread: Re: Please help with a serious issue
- Next by thread: Re: Please help with a serious issue
- Index(es):
Relevant Pages
|