--- Todd <[EMAIL PROTECTED]> wrote:
> <cfdump> is your friend. :)  That sucks tho...

Well, sure, for the various variable scopes. Any way to get to the
queries that were run? Short of something like this, I mean:

<cfquery name="getUser" datasource="#DSN#">
 select firstname, lastname, email
 from tblUsers
 where UserID = #FORM.ID#
 and expirationDate >= #CreateODBCDateTime(Now())#
</cfquery>

<!--- Debugging output --->
<!--
<cfoutput>
Query: getUser (datasource: #DSN#, ExecutionTime:
#getUser.ExecutionTime#, Records: #getUser.RecordCount#)
SQL= select firstname, lastname, email
 from tblUsers
 where UserID = #FORM.ID#
 and expirationDate >= #CreateODBCDateTime(Now())#
<cfoutput>
-->

Or is that what I'm going to have to do?



__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to