We are running lifetests using an application written in Delphi 5 which uses BDE to save data to Paradox tables held on a server.
If the connection to the server is lost or the server goes down then the application locks up requiring a reboot.
I have tried enclosing the code that writes data to the tables in try..except blocks but this doesn't help.
Any help with this problem appreciated.
Pat
If the connection to the server is lost or the server goes down then the application locks up requiring a reboot.
I have tried enclosing the code that writes data to the tables in try..except blocks but this doesn't help.
Any help with this problem appreciated.
Pat