Page 1 of 1

Debug Option for TMSQuery

Posted: Tue 26 Mar 2013 11:23
by osmantaskiran
Hi;
I m using Devart 6.6.11 version on XE2
I have setup debug option for diagnose a problem. But i could not see any debug window.
I have added sdacvcl unit to my unit.
What is the problem?

Re: Debug Option for TMSQuery

Posted: Tue 26 Mar 2013 15:23
by DemetrionQ
Hello.

In order for a debug window with the sent SQL query text to appear when executing commands via TMSQuery, you should add SdacVcl to the "uses" section and set the TMSQuery.Debug property to true. Please make sure you have performed the above steps.