·您现在的位置: 云翼网络 >> 文章中心 >> 网站建设 >> 网站建设开发 >> ASP网站建设 >> ODBC Drivers错误80004005的解决办法

ODBC Drivers错误80004005的解决办法

作者:佚名      ASP网站建设编辑:admin      更新时间:2022-07-23
此错误具体信息如下:

Microsoft OLE DB PRovider for ODBC Drivers 错误 '80004005'

[Microsoft][ODBC Microsoft access Driver] The Microsoft Jet database engine stopped the process because
you and another user are attempting to change the same data at the same time.

/default.asp, 行43

原因是两个用户同时请求更改同一条记录引起的. 解决办法为只用con.execute方法, 避免用revordset对象打开或尽量减
少, 并减少语句的减少时间.