gmz1023 0 Posted April 12, 2009 Report Share Posted April 12, 2009 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? Quote Link to post Share on other sites
vchris 3 Posted April 21, 2009 Report Share Posted April 21, 2009 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. Quote Link to post Share on other sites
Skemcin 13 Posted April 21, 2009 Report Share Posted April 21, 2009 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.