Re: [Firebird-net-provider] Viewing hits to database with .net entity framework

2009-08-01 Thread Jiri Cincura
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/ |

Re: [Firebird-net-provider] Viewing hits to database with .net entity framework

2009-07-31 Thread Paul Dryden
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

Re: [Firebird-net-provider] Viewing hits to database with .net entity framework

2009-07-30 Thread Jiri Cincura
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. -