M
Michael Burstin
I was wondering if anyone knew of a logging driver for ADO.Net. In
Java/JDBC, there are a few projects that are essentially driver "shims"
that get configured as a JDBC Driver which a program will use, that in
turn log the calls that are made, then pass these calls on to the real
driver down to the database. For example, there is P6spy/P6log
(http://www.p6spy.com/) for JDBC.
Java/JDBC, there are a few projects that are essentially driver "shims"
that get configured as a JDBC Driver which a program will use, that in
turn log the calls that are made, then pass these calls on to the real
driver down to the database. For example, there is P6spy/P6log
(http://www.p6spy.com/) for JDBC.