How difficult to add the PingServer method to TZFirebirdConnection, like in TZInterbase6Connection?
Posted: 12.04.2021, 18:35
Hello,
How difficult to add the PingServer method to TZFirebirdConnection, like in TZInterbase6Connection?
Now the TZAbstractDbcConnection.PingServer function is called, which throws the EZUnsupportedException exception:
Or do I understand something wrong?
How difficult to add the PingServer method to TZFirebirdConnection, like in TZInterbase6Connection?
Now the TZAbstractDbcConnection.PingServer function is called, which throws the EZUnsupportedException exception:
Code: Select all
Raise EZUnsupportedException.Create(SUnsupportedOperation);
Code: Select all
/ TZInterbase6Connection - has overrided method PingServer: Integer; override;
TZAbstractDbcConnection <-- TZInterbaseFirebirdConnection
\ TZFirebirdConnection - no PingServer method
unit ZDbcConnection
declared
TZAbstractDbcConnection = class...
function PingServer: Integer; virtual;