TOraSQLMonitor bug
Posted: Mon 09 Aug 2010 13:35
Hello
I've found the folowing code line at the DBMonitorMessages.pas file
the FLastConnectTime variable is a Cardinal type, so it is possible to get EIntOverflow exception there. As I can see it will be unhandled. Please address this issue.
Thanks
I've found the folowing code line at the DBMonitorMessages.pas file
Code: Select all
(GetTickCount < FLastConnectTime + FReconnectTimeout)Thanks