X
xhm
Unregistered / Unconfirmed
GUEST, unregistred user!
我用Delphi4+Sybase11开发一个简单的数据库应用,在数据模块的
Create事件设置Database控件的Connected属性为True,在主窗口的
Destroy事件关闭数据库的连接atabase.Connected:=false;
则在Delphi IDE中出错:External exception C0000008。
如果将该语句注释(不关闭连接)在主窗口关闭时出现错误:
Exception EExternalException in module ntdll.dll at
C0000008
External exception C0000008
如果用Sqlanywhere 5.5 就不会出现这个问题。而且编译过的EXE
运行也不会出错!
这是为什么?请问哪位大虾遇到过此事?谁能救我!
Create事件设置Database控件的Connected属性为True,在主窗口的
Destroy事件关闭数据库的连接atabase.Connected:=false;
则在Delphi IDE中出错:External exception C0000008。
如果将该语句注释(不关闭连接)在主窗口关闭时出现错误:
Exception EExternalException in module ntdll.dll at
C0000008
External exception C0000008
如果用Sqlanywhere 5.5 就不会出现这个问题。而且编译过的EXE
运行也不会出错!
这是为什么?请问哪位大虾遇到过此事?谁能救我!