Click to See Complete Forum and Search --> : can queries be tracked written in .dll file?


manju_ambare
February 7th, 2006, 03:00 AM
i m tracking queries fired by sql using profiler....but is it possible to track queries fired in .dll files?
e.g. if i have written some function in which i m writing some sql statements to be executed then is it possible,that whenever i'll call that function in my ASP page and run my profiler simultaneously.....will i be getting the queries fired by the function within that .dll file?
Pls reply me soon.......Thank You

Krzemo
February 7th, 2006, 03:21 AM
Yes.

manju_ambare
February 7th, 2006, 03:44 AM
Thank u very much........