EOleSysError on OraSQLMonitor

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oschulz
Posts: 5
Joined: Fri 30 May 2008 09:39

EOleSysError on OraSQLMonitor

Post by oschulz » Wed 08 Apr 2009 11:14

I have installed ODAC 6-80-0-46 for Delphi7. If I use OraSQLMonitor.Active, I get the error EOleSysError, Class not registered. In older versions it runs gracefully.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 09 Apr 2009 06:57

This is not a bug. It is an internal exception which is caught inside ODAC. ODAC tests if DBMonitor is registered in such way.

In the next ODAC build we'll change this code so that no exception will be raised.

oschulz
Posts: 5
Joined: Fri 30 May 2008 09:39

Post by oschulz » Thu 09 Apr 2009 07:56

Yes, I have read it in an other Topic (http://www.devart.com/forums/viewtopic.php?t=14518). But it is very confused, if it except only in this version :wink: .

Post Reply