ODBC Drivers错误80004005的解决办法
- 网站建设
 - 2008-06-29
 - 5377热度
 - 0评论
 
此错误具体信息如下:
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对象打开或尽量减
少, 并减少语句的减少时间.