DBExpress + DBMonitor

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
rafaelvg
Posts: 3
Joined: Sat 05 Jul 2008 16:24

DBExpress + DBMonitor

Post by rafaelvg » Sat 05 Jul 2008 16:32

Hello,

how can i use DBMonitor with DBExpress driver for Interbase?

should i use the DBMonitor only with InterBase Access components? doesn't the DBMonitor make a "Hook" on the dbexpress dll?

thanks,
Rafael

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 07 Jul 2008 07:47

You should place TSQLMonitor component on the form. Set the SQLConnection property to the TSQLConnection component and the Active property to True.

Post Reply