Changed behaviour of TMSSQLMonitor

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Aufhauser
Posts: 56
Joined: Mon 21 Nov 2005 09:44
Location: Herzogenburg, Austria

Changed behaviour of TMSSQLMonitor

Post by Aufhauser » Tue 31 May 2011 08:52

I use SDAC 5.10 and Delphi XE and have a problem using TMSSQLMonitor.
I set the options to display information in DBMonitor (MSSQLMonitor.Options:= [moDBMonitor]).
The program starts correct but after raise of the first program-exception MSSQLMontor changes behaviour from [moDBMonitor] to [moDialog].

AndreyZ

Post by AndreyZ » Tue 31 May 2011 11:48

Hello,

We don't change options of the TMSSQLMonitor component in our code. Pease check that you don't change these options in your application.

Post Reply