Subject Re: [IBO] [IB_SQL] How to use IB_SQL like SqlMonitor
Author IB Objects
> Is it possible to use IB_SQL like SqlMonitor ??? How ?
>
> i would like to see what's DML is executed when at run-time
> the insert button of a TIB_UpdateBar is clickked

Put a TIB_MonitorDialog component on your application mainform and call its
Show method when you want to trace what is going on in your application.

There is only in-process SQL monitoring with IBO. I have yet to create the
extensions necessary for an out-or-process SQL tracing mechanism.

Jason