Not sure what you mean?  Are you trying to get a report of every
currently running template which is querying the database at that point
in time?

There's probably something in service factory if that's what you mean.

If you just want to do a manual check, use SeeFuson with a jdbc url
wrapper.
If you want to do it programmatically, ask the database.  In MS SQL
sp_who or select * from master.dbo.sysprocesses where loginname =
'whatever' will tell you what is being run.

Maybe that's not at all what you are talking about...

~Brad

-----Original Message-----
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 07, 2007 12:57 PM
To: CF-Talk
Subject: Finding current queries

Hi,

Beside declaring them in the session scope, is there any mean to find 
all currently active queries in an application?
Both in CFMX and CF 5 ?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280406
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to