all groups > sql server odbc > april 2004 >
You're in the

sql server odbc

group:

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



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 Brijesh Shah
4/29/2004 10:58:46 AM
sql server odbc: 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

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 Kevin3NF
4/29/2004 11:25:18 AM
Are there any bit fields in teh destination table that do not have a default
value set?

--
Kevin Hill
President
3NF Consulting

www.3nf-inc.com/NewsGroups.htm
www.DallasDBAs.com/forum - new DB forum for Dallas/Ft. Worth area DBAs.

[quoted text, click to view]

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 Kevin3NF
4/29/2004 12:16:34 PM
http://support.microsoft.com/default.aspx?scid=kb;en-us;318882&Product=acc



--
Kevin Hill
President
3NF Consulting

www.3nf-inc.com/NewsGroups.htm
www.DallasDBAs.com/forum - new DB forum for Dallas/Ft. Worth area DBAs.

[quoted text, click to view]

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 Brijesh Shah
4/29/2004 12:32:59 PM
Thanks for all the responses.

There are bit fields and I have seen the knowledge base article before but
the problem is this behavior is not consistent. It happens at our client
site but we are not able to simulate it at our end with the same database
structure.



[quoted text, click to view]

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 Chris Barber
4/29/2004 5:31:48 PM
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.

[quoted text, click to view]
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


AddThis Social Bookmark Button