How to recover the CFQuery which was passed to DB

Hello

I wrote a complex query to retrieve data from the database using the form variables. Now, for purposes of debugging, I wanted to display the generation of SQL on the CFM itself queries, form for developers only.
You can help me pls. I had used the 'result' for the CFquery tag. But no luck. Need your help.

Thank you
CHMS



Select * from table where column = #varibale#

Simply insert the select together within the cfoutput tag, remove is using it. This will display the select statement with the CFM template variable crossing

Tags: ColdFusion

Similar Questions

Maybe you are looking for