Subject | Re: [IBO] [IB_SQL] How to use IB_SQL like SqlMonitor |
---|---|
Author | IB Objects |
Post date | 2003-06-16T19:37:48Z |
> Is it possible to use IB_SQL like SqlMonitor ??? How ?Put a TIB_MonitorDialog component on your application mainform and call its
>
> i would like to see what's DML is executed when at run-time
> the insert button of a TIB_UpdateBar is clickked
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