DB Monitor

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
juanmaria
Posts: 14
Joined: Thu 11 Nov 2004 08:37

DB Monitor

Post by juanmaria » Thu 11 Nov 2004 08:47

Hi,

I'm using SDAC when developing for MSSQL and a few weeks ago I noticed the "Donwload DBMonitor" under SDAC menu, I dowloaded it but it seems not to do anything.

I've tried running programs with SDAC components from the IDE and from the OS but nothing appears at the monitor window and I cannot find anything to configure.

I'm using WXP-Pro connected to a W2003 server with MS-SQL2000

Any clue?

Greetings from Spain.
Juan Maria.

Erik van Putten
Posts: 24
Joined: Thu 11 Nov 2004 08:24
Location: Moerkapelle

Post by Erik van Putten » Thu 11 Nov 2004 09:14

Hi Juan,

I have a clue. :)

You have to place a SQLMonitor Component on the form where you keep your MSConnection Component.

It's the component with the looking glass icon.
You don't HAVE to configure anything.

Just recompile and have a look.

Greetings from the Netherlands. :D
Erik van Putten

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: DB Monitor

Post by Ikar » Thu 11 Nov 2004 09:39

Try to add TMSSQLMonitor to your form.

juanmaria
Posts: 14
Joined: Thu 11 Nov 2004 08:37

Post by juanmaria » Thu 11 Nov 2004 16:25

Thank you!!!

Post Reply