Re: Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.
From: Chris Barber (chris_at_blue-canoe.co.uk.NOSPAM)
Date: 04/29/04
- Next message: Kevin3NF: "Re: Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
- Previous message: Kevin3NF: "Re: Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
- In reply to: Brijesh Shah: "Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
- Next in thread: Brijesh Shah: "Re: Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 17:31:48 +0100
Look at cursor locations, locking methods and transactions. Transactions would help so that you can
detect the error, rollback, wait a short while and then try again. I'm not sure if you can ask it to
raise an event when a blocking process completes.
In SQL Server you can run a trace to determine which users / client apps are attempting the
conflicting updates. You may also be able to see this using sp_who executed from the Query Analyzer.
Chris.
"Brijesh Shah" <shah_brijesh@hotmail.com> wrote in message
news:uPW0KKgLEHA.1484@tk2msftngp13.phx.gbl...
Hi,
The Microsoft Jet database engine stopped the process because you and
another user are attempting to change the same data at the same time. (3197)
We are getting this error while inserting/updating SQL Server database using
the Jet engine. Jet 3.6, SQL Server 2000. Any ideas?
Thanks,
Brij
- Next message: Kevin3NF: "Re: Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
- Previous message: Kevin3NF: "Re: Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
- In reply to: Brijesh Shah: "Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
- Next in thread: Brijesh Shah: "Re: Error 3197: The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|