Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
stewartconsulting #1
List all query names
I'm on a server that does not allow me to look at the normal debuging information. Does anyone know how to loop over all the queries and dump the results?
stewartconsulting Guest
-
Get list of all Field Names in ORACLE DB
I'm wondering if there is a way I can list all of the field names in an Oracle table easily? Any ideas? -
Contribute CS3 Recipient (Names) List
When sending a Contribute (CS3) draft to other users, how does the selection list of users get populated? We have created Contribute users... -
Convert a query to a list, or find an item in a query
Hi All, I am using CFPOP to retrieve mail from a server, then delete each message after I retrieve it. What I want to do is to check that I don;t... -
List Hash 'Field' Names
I am trying to write more automated code - either I am a lazy typist or am just trying to get more with it! I have a hash I define; I have a form... -
List all and field names database contents
I have been provided with a DSN, user name and password for one of my clients sites. I'm not an ASP developer and need to view all the contents... -
CFDEBUG #2
Re: List all query names
Ver 7 has a new attribute to cfquery called result. And that has a variable
called sql. So if you use
<cfquery name="" datasource="" result="q1">
<cfoutput>#q1.sql#</cfoutput>
Older versions, why can't you just put the query inside cfoutput instead of
cfquery and that will display all your queries.
CFDEBUG Guest
-
zoeski80 #3
Re: List all query names
Hi Randy
You could copy the default debugging output page code and make your own debug
page to include on your pages.
C:\CFusionMX\wwwroot\WEB-INF\debug\classic.cfm
I have done this for all the scope variables, haven't tried it for the Queries
but can't see why it shouldn't work.
HTH
Zoe
zoeski80 Guest



Reply With Quote

