首页 相关文章 ODBC Drivers错误80004005的解决办法

ODBC Drivers错误80004005的解决办法

  此错误具体信息如下:

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对象打开或尽量减
少, 并减少语句的减少时间.

 [ 查看全文 ]

2016-01-29 标签:

ODBC Drivers错误80004005的解决办法的相关文章

手机页面
收藏网站 回到头部