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?
			
									
									
						Debug Option for TMSQuery
- 
				DemetrionQ
 - Devart Team
 - Posts: 271
 - Joined: Wed 23 Jan 2013 11:21
 
Re: Debug Option for TMSQuery
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.
			
									
									
						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.