Subject Re: [ib-support] SQL Monitor
Author Pete Clark
In message <005101c283db$c7b687e0$2600a8c0@dop>, ibrahim bulut
<ibrahim@...> writes
>Hi,
>I am using delphi 5, interbase 6.2, IBX
>
>Is sql monitor can read my executed sql statement.
>or another program like sql monitor.
>
>Is there any program to read my executed sql statemet like sql monitor
>
>My target is database security.
>nobody musn't read my sql statement.

As I understand it, SQL Monitor can only read your executed statements
if you have set various Trace flags in your TIBDatabase in your main
program. If those are set to false, I don't think SQL monitor can tell
what you are doing.

And if you have the Trace Flags set to true, then your application will
slow down.

--
Pete Clark