On Fri, Jul 31, 2009 at 22:42, Paul Dryden wrote:
> Could you please elaborate a bit on what is a monitoring table, or point me
> to a resource that explains it?
http://wiki.firebirdsql.org/wiki/index.php?page=Monitoring+tables
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.cincura.net/ |
Jiri,
Could you please elaborate a bit on what is a monitoring table, or point
me to a resource that explains it?
Cheers,
pablo
Jiri Cincura wrote:
On Fri, Jul 31, 2009 at 01:13, Paul Dryden wrote:
Is there a way to see, log, or otherwise intercept the sql commands
generated and sent
On Fri, Jul 31, 2009 at 01:13, Paul Dryden wrote:
> Is there a way to see, log, or otherwise intercept the sql commands
> generated and sent back to the firebird database server in a .net entity
> framework application?
In debug builds using standard listeners. And also using monitoring tables.
-