TSQLMonitor not supported on Delphi 10.4 Pro.

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Muwaffa
Posts: 1
Joined: Fri 04 Sep 2020 19:42

TSQLMonitor not supported on Delphi 10.4 Pro.

Post by Muwaffa » Fri 04 Sep 2020 19:57

Do you provide a substitute class to dbexpress TSQLMonitor in Delphi's Pro, edition?

They don't support this class in this edition! to my surprise.

):

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: TSQLMonitor not supported on Delphi 10.4 Pro.

Post by Stellar » Fri 12 Feb 2021 17:46

You can use our freeware tool dbMonitor to monitor SQL statements executed by our driver.
DBMonitor is easy-to-use tool to provide visual monitoring of your database applications.
https://www.devart.com/dbmonitor/

Eden0928
Posts: 62
Joined: Sun 22 Apr 2012 14:08

Re: TSQLMonitor not supported on Delphi 10.4 Pro.

Post by Eden0928 » Wed 28 Apr 2021 07:25

You can set up DBXTrace for Driver.DelegateConnection in TSQLConnection, and set up TraceFile's file path (required).

After this setting is completed, TSQLMonitor will take effect.

P.S. : If you set TraceDriver to True, an AccessViolation error message will pop up.

See also
http://docwiki.embarcadero.com/RADStudi ... _tutorial)

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: TSQLMonitor not supported on Delphi 10.4 Pro.

Post by Stellar » Thu 29 Apr 2021 12:27

Unfortunately, we couldn't reproduce the issue. To investigate this behavior of UniDAC, please compose a small sample demonstrating the issue and send it to us, including database objects creating scripts.
You can send the sample using the contact form at our site: devart.com/company/contactform.html

Eden0928
Posts: 62
Joined: Sun 22 Apr 2012 14:08

Re: TSQLMonitor not supported on Delphi 10.4 Pro.

Post by Eden0928 » Sun 02 May 2021 05:41

Yes, I also can't reproduce this error when creating a new project. The error may be caused by the unstable environment at the time.

Finally, I want to emphasize that "Dbexpress driver for SQL server" supports TSQLMonitor components.

Devart is great!

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: TSQLMonitor not supported on Delphi 10.4 Pro.

Post by Stellar » Wed 11 Aug 2021 08:17

Glad to see that the issue was resolved.
Feel free to contact us if you have any further questions about our products.

Post Reply