Access violation with


2006-02-10 09:10:47 PM
delphi266
What do I need to do to locate which IBUpdateSQL object is causing the problem detailed below?
I have a delphi application that was previously working using IBX components. I am not sure what changed to cause this error but now I get an access violation error when closing the application. The address of the violation 00520E30, but the closest I can get to that when viewing the modules is 00520E10 which is TIBUpdateSQL.destroy. I can create error just opening and closing application and I see the following in my SQLmonitor.
[Application: Subjectrecruiting2]
IBDatabase1: [Connect]
[Application: Subjectrecruiting2]
IBTransaction1: [Start transaction]
[Application: Subjectrecruiting2]
IBTransaction1: [Commit (Hard commit)]
[Application: Subjectrecruiting2]
IBDatabase1: [Disconnect]