Page 1 of 1

EOleSysError "Interface not registered"

Posted: Tue 05 May 2009 07:01
by nandod
Hello,
I have installed a trial version of dbxida to do some tests with a Delphi 7 application. I get the error in the subject line upon connection. Can anyone suggest where to look?

Thanks
--
Nando

Posted: Tue 05 May 2009 07:13
by nandod
Sorry, the error is upon *disconnection*, not connection. It is triggered in TSQLConnection.RegisterTraceCallback, when dbexpress does:

Code: Select all

      Check(FISQLConnection.SetOption(
            TSQLConnectionOption(eConnCallback), Integer(0)));
Any clues?

Posted: Tue 05 May 2009 07:24
by Plash
This internal exception in the driver is not an error. The currect version of the driver detects if DBMonitor is installed in such way. In the next build of the driver we will change this code to prevent the exception.

Posted: Tue 05 May 2009 07:28
by nandod
Thanks for the timely reply. Is the next build due out soon?

Posted: Tue 05 May 2009 10:43
by Plash
We are planning to release the new build this week.