我试图在IBExpert上运行以下查询
delete from mytable where EMPID = 55 and ROLEID = 445我正在犯错误:
update conflicts with concurrent updates.
Concurrent transaction number is 292071.我如何知道哪个查询是在获得锁的幕后运行的?在IBExpert中有任何方法知道这一点吗?
发布于 2014-06-25 08:58:33
在这些记录中,似乎有另一个与活动且未提交的更新或删除的连接。
您可以在IBExpert中搜索谁负责:服务/数据库监视。
https://stackoverflow.com/questions/24401638
复制相似问题