jdbc2jdbc is a JDBC 2.0 driver (type 4) that sits between
a database client and another JDBC driver. It is completely transparent
to the database client.
Its purpose is to log all actions that the database client executes on the database.
jdbc2jdbc can be downloaded at its
project page.
It is hosted at
|