TUniSQLMonitor not working under XE4

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ozelaya2010
Posts: 5
Joined: Thu 09 May 2013 05:08

TUniSQLMonitor not working under XE4

Post by ozelaya2010 » Fri 24 May 2013 21:03

Hi,

I have moved a XE3 project to XE4 that uses a TUniSQLMonitor, on XE3 I can view all the SQL statements on the DBMonitor Events, but on XE4 there are no events generated.

No changes on the code were made on XE4 side.

Thanks in Advance,

Omar Zelaya

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

Re: TUniSQLMonitor not working under XE4

Post by AlexP » Mon 27 May 2013 07:50

Hello,

We have modified the behaviour of SQLMonitor, now the moDBMonitor option is disabled by default. In order for events to be displayed in DBMonitor, you should set this option to True

Post Reply