Subject Re: [IBO] Cursor unknown Error! please help.
Author Helen Borrie
At 11:53 AM 06-09-01 +0000, you wrote:
>Sorry Helen?
>
>The Borland SQL Monitor will only show me BDE activitty won't it?
>
>I can't find a Interbase equivalent.

Darren,
Drop an IB_MonitorDialog on your form, and select your database or connection component for its ib_connection property. Add a button and, for its click event, add the code

ib_monitordialog1.Show;

(or you might like to include this code in your FormCreate).

You will then have a trace monitor in your app...you can save the trace log to a file.

Helen

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________