PC Review


Reply
Thread Tools Rate Thread

access database query (urgent)

 
 
=?Utf-8?B?bGl6YW5uZQ==?=
Guest
Posts: n/a
 
      23rd Jan 2006
what does the following message mean:
"the microsoft jet engine database has stopped the process because you and
another user are attempting to change the same data at the same time."

i work in an office where 12 computer are networked and working on access at
the same time. whenever this message pops up, i have checked to see if anyone
else was working on the same file - each time i have been the only person
working of the specific file. this error only occurs on my computer and not
on any of the other 11. please help as this has become extremely frustrating.
the only way to get rid of the message is to actually end the programme.
thank you!


 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      23rd Jan 2006
This message is the general concurrency error message, that can be caused by
heaps of things.

Prevention is only possible with good development practices, such as:
- Splitting the database, so each user has their own independent copy of the
front end;

- Explicitly saving the record in any bound form before doing anything that
requires the record to be saved (such as coding a move, filter, change of
sort order, closing the form, ...);

- Ensuring the user can only open one copy of the data for editing (e.g.
making other copies read-only), especially where memo fields are concerned;

- Ensuring any user editing is saved before any programmatic process execute
that alters the data;

- Explicitly closing any recordsets opened in code, and setting objects to
Nothing before exiting any code routine (including after error recovery);

- Using an MDE as the front end, so it cannot decompile (which avoids one of
the types of corruption associated with this message).

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"lizanne" <(E-Mail Removed)> wrote in message
news:6D9C6CA0-7988-407E-B67D-(E-Mail Removed)...
> what does the following message mean:
> "the microsoft jet engine database has stopped the process because you and
> another user are attempting to change the same data at the same time."
>
> i work in an office where 12 computer are networked and working on access
> at
> the same time. whenever this message pops up, i have checked to see if
> anyone
> else was working on the same file - each time i have been the only person
> working of the specific file. this error only occurs on my computer and
> not
> on any of the other 11. please help as this has become extremely
> frustrating.
> the only way to get rid of the message is to actually end the programme.
> thank you!



 
Reply With Quote
 
Danny J. Lesandrini
Guest
Posts: n/a
 
      23rd Jan 2006
One other thing to check, if you're using SQL Server as the back end, is
that each tables has a Timestamp field. It helps Access to determine
when a record was actually changed. Where there is not a Timestamp,
it has to compare fields and sometimes it simply throws up it's figurative
hands and says, "Heck, I can't tell if anyone has changed anything, so
I'll just warn the user anyhow."
--

Danny J. Lesandrini
(E-Mail Removed)
http://amazecreations.com/datafast/



"lizanne" <(E-Mail Removed)> wrote ...
> what does the following message mean:
> "the microsoft jet engine database has stopped the process because you and
> another user are attempting to change the same data at the same time."
>
> i work in an office where 12 computer are networked and working on access at
> the same time. whenever this message pops up, i have checked to see if anyone
> else was working on the same file - each time i have been the only person
> working of the specific file. this error only occurs on my computer and not
> on any of the other 11. please help as this has become extremely frustrating.
> the only way to get rid of the message is to actually end the programme.
> thank you!
>
>



 
Reply With Quote
 
messaoudi
Guest
Posts: n/a
 
      23rd Jan 2006

"lizanne" <(E-Mail Removed)> schreef in bericht
news:6D9C6CA0-7988-407E-B67D-(E-Mail Removed)...
> what does the following message mean:
> "the microsoft jet engine database has stopped the process because you and
> another user are attempting to change the same data at the same time."
>
> i work in an office where 12 computer are networked and working on access

at
> the same time. whenever this message pops up, i have checked to see if

anyone
> else was working on the same file - each time i have been the only person
> working of the specific file. this error only occurs on my computer and

not
> on any of the other 11. please help as this has become extremely

frustrating.
> the only way to get rid of the message is to actually end the programme.
> thank you!
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Database with more than 1 user. Please, need urgent advice.Thank You. shapper Microsoft Access Getting Started 2 12th Nov 2008 06:15 AM
Help, urgent, connection to access database Randy Microsoft Access 3 21st May 2007 09:58 PM
Urgent Query needed to fix database problem =?Utf-8?B?T1RXYXJyaW9y?= Microsoft Access Queries 5 9th May 2007 06:47 PM
Urgent, Panic, Can't access my database =?Utf-8?B?Um9iVUNTRA==?= Microsoft Access Security 2 17th Jan 2007 03:27 AM
URGENT Help in Updating records in c#.NET using Access Database. keerthi kamalapuri via DotNetMonster.com Microsoft C# .NET 1 9th Mar 2005 07:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:19 PM.