hello
i use c++ borland 5.0. I have application which connects to remote db2 database. The network is removed during execution of statements by removing the network cable. The try block into application catch the exceptio and the application do not crash. But when i close the application i get the next exceptions:
1. EOLeException with message CLI01106E Connection is closed SQLSTATE=08003
2. class EExternalExecption with message 'External exception C0000025'
what can be the reason for this problems ?
please help
i use c++ borland 5.0. I have application which connects to remote db2 database. The network is removed during execution of statements by removing the network cable. The try block into application catch the exceptio and the application do not crash. But when i close the application i get the next exceptions:
1. EOLeException with message CLI01106E Connection is closed SQLSTATE=08003
2. class EExternalExecption with message 'External exception C0000025'
what can be the reason for this problems ?
please help