TOraSQLMonitor bug

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eugene_kr
Posts: 6
Joined: Fri 09 Jul 2010 09:42

TOraSQLMonitor bug

Post by eugene_kr » Mon 09 Aug 2010 13:35

Hello

I've found the folowing code line at the DBMonitorMessages.pas file

Code: Select all

(GetTickCount < FLastConnectTime + FReconnectTimeout)
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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 10 Aug 2010 12:19

Hello.

Thank you for the information.

We will fix this bug in one of the next builds/versions.

Post Reply