DBMonitor and ApplyUpdates

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

DBMonitor and ApplyUpdates

Post by zvasku » Mon 19 Jan 2009 16:16

When performing TClientDataset.ApplyUpdates, DBMonitor loging is paused so no update queries are shown.

Is it possible to switch it on?

Zdenek

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

Post by Plash » Tue 20 Jan 2009 09:58

There is a bug in DBMonitor: it shows 'loging paused' instead of 'Start transaction'. But actually logging is not paused.
If you don't see update queries, this means that no queries were executed.

zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Post by zvasku » Tue 20 Jan 2009 10:03

But changes to database are made. Queries are executed.

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

Post by Plash » Thu 22 Jan 2009 10:04

I cannot reproduce the problem. In my test 'logging paused' is displayed but UPDATE statements are also displayed. Anyway if statements are not displayed, it is not related to the 'logging paused' message.

Please send to unidac*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.

Post Reply