How can I monitor the SQL commands send over my ADO connection?

Posted by RRUZ on Stack Overflow See other posts from Stack Overflow or by RRUZ
Published on 2010-01-14T20:38:02Z Indexed on 2010/03/31 6:43 UTC
Read the original article Hit count: 346

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about ado