Page 1 of 1

DBMonitor and ApplyUpdates

Posted: Mon 19 Jan 2009 16:16
by zvasku
When performing TClientDataset.ApplyUpdates, DBMonitor loging is paused so no update queries are shown.

Is it possible to switch it on?

Zdenek

Posted: Tue 20 Jan 2009 09:58
by Plash
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.

Posted: Tue 20 Jan 2009 10:03
by zvasku
But changes to database are made. Queries are executed.

Posted: Thu 22 Jan 2009 10:04
by Plash
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.