How can I monitor the SQL commands send over my ADO connection?
- by RRUZ
i need intercept all the SQL commands that pass between an ADO connection component and a database server. something like the TSQLmonitor of dbExpress, but for ADO .
Anybody know any third-party component that implements this functionality?
UPDATE
I want to do is to monitor the SQL statements programmatically (by code) from my application without using an external tool. for any database engine.