i have a TDataBase component that should connect to a SQL server via ODBC.
i disconnected the network cable, and tried to catch the EDBEngineError to do some treatment.
try
myDatabase.Open;
except
on EDBEngineError do BlaBlaBla;
end;
it never executes the BlaBlaBla stuff ... and the error isn't caught ... i can still see the error message window ... an EDBEngineError has occured ...
10x, RSi2
i disconnected the network cable, and tried to catch the EDBEngineError to do some treatment.
try
myDatabase.Open;
except
on EDBEngineError do BlaBlaBla;
end;
it never executes the BlaBlaBla stuff ... and the error isn't caught ... i can still see the error message window ... an EDBEngineError has occured ...
10x, RSi2