OLEDBAccess.pas Assertion failure line 4693 in version 6.1.4
Posted: Wed 25 Jan 2012 20:03
I believe this is a separate question to an earlier one I raised with regard to assertion failures (which I think we fixed after forum advice), but the two may be linked...
I'm trying to harden our server application to occurances of the network being taken down around it. So when I disable the LAN connection and try to shutdown the application, I get an assertion failure at line 4693, but as we don't have the source code edition I can't see exactly what this line is asserting...
This occurs right at the end of the application closing down i.e. after the main form destroy. In fact the call stack looks to be calling TComponet.DestroyComponents, then TMSSQL.UnPrepare and finally TCustomDASQL.EndConnection.
Any pointers in the right direction would be appreciated as always.
Paul.
I'm trying to harden our server application to occurances of the network being taken down around it. So when I disable the LAN connection and try to shutdown the application, I get an assertion failure at line 4693, but as we don't have the source code edition I can't see exactly what this line is asserting...
This occurs right at the end of the application closing down i.e. after the main form destroy. In fact the call stack looks to be calling TComponet.DestroyComponents, then TMSSQL.UnPrepare and finally TCustomDASQL.EndConnection.
Any pointers in the right direction would be appreciated as always.
Paul.