OraSQLMonitor in Windows Service

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hannes_a
Posts: 77
Joined: Sun 22 Jan 2006 20:44
Location: munic

OraSQLMonitor in Windows Service

Post by hannes_a » Tue 24 Jul 2007 14:21

hello, I made a windows service with some datamoduls and no formular.
To view SQL output I put a TOraSQLMonitor in my main datamodule, but DBMonitor is very silent and do nothing
What did I wrong ?

regards hannes

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

Post by Plash » Wed 25 Jul 2007 13:24

DBMonitor can display output only for applications that is started in the same session as DBMonitor. So that it cannot be used for services.

We'll add support for services in the next version of DBMonitor.

hannes_a
Posts: 77
Joined: Sun 22 Jan 2006 20:44
Location: munic

Post by hannes_a » Wed 25 Jul 2007 14:17

thank you !!

are there any plans when it will comes ?
one week, one month, one year ...

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

Post by Plash » Thu 26 Jul 2007 11:45

We are planning to release the new version of DBMonitor during a week.

Post Reply