Subject Re: [IBO] [IB_SQL] How to use IB_SQL like SqlMonitor
Author Paul Vinkenoog
Hello Stefano,

> Is it possible to use IB_SQL like SqlMonitor ??? How ?

I don't think so.

> i would like to see what's DML is executed when at run-time
> the insert button of a TIB_UpdateBar is clickked

Probably nothing; this just puts the dataset (in the app) in dssInsert
state, it doesn't post anything. It might do a Prepare under some
circumstances.

But why not use a TIB_Monitor? If turned off, it doesn't slow down
anything. I usually drop one on a separate form, along with a TMemo to
collect the output and a checkbox to turn monitoring on and off. I
make the form visible by default if _DEBUG is defined (don't know the
Delphi counterpart of that).


Greetings,
Paul Vinkenoog