'Connection is busy with results for another command'应该如何解决?(50分)

  • 主题发起人 主题发起人 touip
  • 开始时间 开始时间
T

touip

Unregistered / Unconfirmed
GUEST, unregistred user!
使用delphi6+ADO+sqlServer,出现错误提示
‘Connection is busy with results for another command’,
请问有什么方法可解决?
我记得ADOConnection可支持多个数据库连接,为什么有并发访问时会出错?
 
我也遇到过这个问题。ADOConnection在并发的时候确实有问题。
让那些会并发的ADOQuery直接连数据库,不要通过ADOConnection就好了。
 

Similar threads

D
回复
0
查看
1K
DelphiTeacher的专栏
D
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
977
import
I
后退
顶部