Jump to content

Printing What Shouldn't Be


gmz1023

Recommended Posts

Okay, so i'm new to CF. so i'm probably funking it up somewhere. but when i put a code down like this:

<CFQUERY name="data" datasource="MyDB">  SELECT MyField  FROM MyDB  ORDER BY MyField</CFQUERY>

it actually prits out

SELECT MyField FROM MyDB ORDER BY MyField

so what am i doing wrong?

Link to comment
Share on other sites

  • 2 weeks later...

I don't see how it would print your query out unless there's more code that you're not showing us. Anything within a cfquery shouldn't be displayed.

Link to comment
Share on other sites

IS the file saved as .cfm or .htm? If you are not saving the file with the correct extension, then ColdFusion will never be able to process the request.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...