use MSDBMonitor with Professional edition

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

use MSDBMonitor with Professional edition

Post by brace » Thu 09 Dec 2010 10:45

Since I don't have the DBMonitor since delphi professional doesn't have it, is it possible to use MSDBMonitor with dbExpress devart driver? (I am testing dbExpress trial)

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 09 Dec 2010 12:43

Hello,

To trace your application with dbMonitor you should perform the following steps:

1. Drop TSQLMonitor component onto the form.
2. Start dbMonitor before running your program.

The TSQLMonitor component is included into the SQLExpr.pas unit and you need to add it to the components palette manually.

brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

Post by brace » Thu 09 Dec 2010 13:48

Sorry, how can I do this?

brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

Post by brace » Thu 09 Dec 2010 15:06

Ok i found out.

i renamed the SqlExpr unit and created a new package... ANyway when i try to set the Connection the dropdown is empty, and if I type explicitly in the field it says "invalid propety value".

Can you help?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 13 Dec 2010 07:33

Hello,

Please remove the package which you have created and installed.
Reinstall the dbExpress components from the dcldbx.bpl file, the TSQLMonitor component can be included into it.
If it isn't included in this package you shouldn't rename the SqlExpr unit, you should create a package with the same SqlExpr file.

Post Reply