C
CNemo
Hi all!
I need to write some tracing code for legacy applications. Basically there
is the need to trace SQL sent to server from ASP app. Code is very
unstructured and dirty, so there is no single point where i can inject this
functionality.
What i would like to do is create some procedure and attach it to connection
object when i need it.
The only concern is that i'm not sure that i can attach events. Is this
doable in ASP + ADO?
Or may be somebody can advise another approach to track. But i havent acces
to servers (neither IIS nor Sybase database).
Any help will be gratly appreciated!
I need to write some tracing code for legacy applications. Basically there
is the need to trace SQL sent to server from ASP app. Code is very
unstructured and dirty, so there is no single point where i can inject this
functionality.
What i would like to do is create some procedure and attach it to connection
object when i need it.
The only concern is that i'm not sure that i can attach events. Is this
doable in ASP + ADO?
Or may be somebody can advise another approach to track. But i havent acces
to servers (neither IIS nor Sybase database).
Any help will be gratly appreciated!